mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
redo in toolbar
This commit is contained in:
parent
3b3e81e3f7
commit
9adb4b41c6
@ -85,6 +85,8 @@
|
||||
category: 'Data grid',
|
||||
name: 'Redo',
|
||||
keyText: 'Ctrl+Y',
|
||||
icon: 'icon redo',
|
||||
toolbar: true,
|
||||
testEnabled: () => getCurrentDataGrid()?.getGrider()?.canRedo,
|
||||
onClick: () => getCurrentDataGrid().redo(),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user