mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-22 03:16:33 +00:00
pweety tables
This commit is contained in:
@@ -119,8 +119,8 @@ export default function Table(props) {
|
||||
setVisible(true);
|
||||
} else {
|
||||
setTab(Tab.tables);
|
||||
if (tab !== Tab.tables) return;
|
||||
props.setSelectedTable(`${props.tableData.id}`);
|
||||
if (tab !== Tab.tables) return;
|
||||
document
|
||||
.getElementById(`scroll_table_${props.tableData.id}`)
|
||||
.scrollIntoView({ behavior: "smooth" });
|
||||
|
Reference in New Issue
Block a user