mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 16:16:02 +00:00
redo in toolbar
This commit is contained in:
@@ -85,6 +85,8 @@
|
||||
category: 'Data grid',
|
||||
name: 'Redo',
|
||||
keyText: 'Ctrl+Y',
|
||||
icon: 'icon redo',
|
||||
toolbar: true,
|
||||
testEnabled: () => getCurrentDataGrid()?.getGrider()?.canRedo,
|
||||
onClick: () => getCurrentDataGrid().redo(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user