mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
Clear filter hotkey
This commit is contained in:
parent
5b8d70747f
commit
8acafbbd6e
@ -209,6 +209,7 @@
|
||||
id: 'dataGrid.clearFilter',
|
||||
category: 'Data grid',
|
||||
name: 'Clear filter',
|
||||
keyText: 'CtrlOrCommand+Shift+E',
|
||||
testEnabled: () => getCurrentDataGrid()?.clearFilterEnabled(),
|
||||
onClick: () => getCurrentDataGrid().clearFilter(),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user