#54 Avoid quick search hotkey if input is focused #60

Merged
Serraniel merged 1 commit from bugfix/#54-quick-search-hot-key-triggers-when-text-input-is-focused into develop 2020-10-01 21:34:09 +02:00
Serraniel commented 2020-09-30 20:10:47 +02:00 (Migrated from github.com)

So, I decided to just add a check if the document.activeElement is some kind of input ot contentEditable and prevent the hotkey as a quickfix, as there are issues with extending the Hotkey to Ctrl + Shift + F.
The behaviour might be improved in future if we found a better solution.

So, I decided to just add a check if the `document.activeElement` is some kind of input ot contentEditable and prevent the hotkey as a quickfix, as there are issues with extending the Hotkey to `Ctrl` + `Shift` + `F`. The behaviour might be improved in future if we found a better solution.
kaffem (Migrated from github.com) approved these changes 2020-10-01 19:55:46 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Serraniel/AniwatchPlus#60
No description provided.