mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
🐛 Fix alt+P combination while left bar buttons focused
This commit is contained in:
parent
f05f527336
commit
8bf01858bb
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ target.stopCallback = function(e, element, combo) {
|
|||
return element.tagName == 'INPUT' ||
|
||||
element.tagName == 'SELECT' ||
|
||||
element.tagName == 'TEXTAREA' ||
|
||||
element.tagName == 'BUTTON' ||
|
||||
(element.tagName == 'BUTTON' && combo.includes("tab")) ||
|
||||
(element.contentEditable && element.contentEditable == 'true');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue