mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-13 18:50:29 +03:00
Bugs fixed
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
46dd50a744
commit
6d358d4087
3 changed files with 7 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ function listenKeyboard(event) {
|
|||
}
|
||||
if (!event.ctrlKey && !event.altKey) {
|
||||
if (navigation.isRawModalVisible) return;
|
||||
if (['input', 'textarea'].includes(document.activeElement.type)) {
|
||||
if (['text', 'textarea'].includes(document.activeElement.type)) {
|
||||
return;
|
||||
}
|
||||
if (event.keyCode < 48
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue