Fix #3840: "Q" moves cursor to beginning of search bar.

This commit is contained in:
evazion
2018-08-24 20:31:37 -05:00
parent e10df5bdf7
commit f9a39c9fbe

View File

@@ -31,7 +31,7 @@ Shortcuts.initialize_data_shortcuts = function() {
if ($(e).is(condition)) {
if ($(e).is("input, textarea")) {
e.focus();
$(e).focus().selectEnd();
} else {
e.click();
}