mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
hotkey_handler: return true on prefix handled
This commit is contained in:
@@ -894,7 +894,9 @@ function hotkey_handler(e) {
|
||||
Element.show(cmdline);
|
||||
|
||||
e.stopPropagation();
|
||||
return false;
|
||||
|
||||
// returning false here literally disables ctrl-c in browser lol (because C is a valid prefix)
|
||||
return true;
|
||||
}
|
||||
|
||||
Element.hide(cmdline);
|
||||
|
||||
Reference in New Issue
Block a user