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