mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 16:36:00 +00:00
fixed copy & paste commands
This commit is contained in:
@@ -97,7 +97,7 @@ function mapItem(item, commands) {
|
||||
if (command) {
|
||||
return {
|
||||
text: item.text || command.menuName || command.toolbarName || command.name,
|
||||
keyText: command.keyText || command.keyTextFromGroup,
|
||||
keyText: command.keyText || command.keyTextFromGroup || command.disableHandleKeyText,
|
||||
onClick: () => {
|
||||
if (command.isGroupCommand) {
|
||||
runGroupCommand(command.group);
|
||||
|
||||
Reference in New Issue
Block a user