fix: don't preventDefault on modifier keys
This commit is contained in:
parent
f20688c453
commit
1ad9d01f7f
1 changed files with 0 additions and 1 deletions
|
@ -426,7 +426,6 @@ const Logic = {
|
|||
|
||||
if (e.altKey || e.shiftKey || e.ctrlKey || e.metaKey) {
|
||||
isModifierPressed = true;
|
||||
e.preventDefault();
|
||||
}
|
||||
|
||||
if (Logic._currentPanel === "containersList" && !isModifierPressed && !isSearchInputFocused) {
|
||||
|
|
Loading…
Add table
Reference in a new issue