mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 01:46:02 +00:00
shortcut fix
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
.includes(keyText.toLowerCase()))
|
.includes(keyText.toLowerCase()))
|
||||||
);
|
);
|
||||||
|
|
||||||
if (commandsFiltered.length > 0) {
|
if (commandsFiltered.length > 0 && commandsFiltered.find(x => !x.systemCommand)) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user