mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
column selection UX
This commit is contained in:
parent
9f3f4bdbd4
commit
69b1cdc964
@ -152,6 +152,9 @@
|
||||
display.focusColumn(column.uniqueName);
|
||||
}
|
||||
}}
|
||||
on:mouseup={e => {
|
||||
if (domFocusField) domFocusField.focus();
|
||||
}}
|
||||
on:setvisibility={e => {
|
||||
for (const name of selectedColumns) {
|
||||
const column = items.find(x => x.uniqueName == name);
|
||||
|
Loading…
Reference in New Issue
Block a user