shortcut fix

This commit is contained in:
Jan Prochazka
2022-04-18 19:37:56 +02:00
parent 0c94145b18
commit 2c25669bc7

View File

@@ -29,7 +29,7 @@
.includes(keyText.toLowerCase()))
);
if (commandsFiltered.length > 0) {
if (commandsFiltered.length > 0 && commandsFiltered.find(x => !x.systemCommand)) {
e.preventDefault();
e.stopPropagation();
}