Resolve Issue #98

This commit is contained in:
djmaze 2021-07-14 12:03:09 +02:00
parent 5530a85f47
commit d5f0b1d06c

View file

@ -412,6 +412,7 @@ class SquireUI
input.title = ctrlKey + cfg.key;
}
input.dataset.action = action;
input.tabIndex = -1;
cfg.input = input;
toolgroup.append(input);
}