fixes #1454
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
|
|
||||||
Danbooru.Post.initialize_shortcuts = function() {
|
Danbooru.Post.initialize_shortcuts = function() {
|
||||||
$(document).bind("keydown.q", function(e) {
|
$(document).bind("keydown.q", function(e) {
|
||||||
$("#tags").trigger("focus");
|
$("#tags").trigger("focus").selectEnd();
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user