mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.
For multikey shortcuts Firefox accessibility.typeaheadfind is triggered. Returning false will cause the default event from occuring and prevent the event from bubbling up.
This commit is contained in:
@@ -892,7 +892,7 @@ function hotkey_handler(e) {
|
||||
cmdline.innerHTML = keychar;
|
||||
Element.show(cmdline);
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
Element.hide(cmdline);
|
||||
|
||||
Reference in New Issue
Block a user