fixed copy & paste commands

This commit is contained in:
Jan Prochazka
2024-05-09 13:03:05 +02:00
parent 792be82acd
commit 5c24774170
3 changed files with 10 additions and 10 deletions

View File

@@ -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);