When opening a note editing window, move caret to end

This commit is contained in:
Toks
2013-07-19 19:03:25 -04:00
parent 088fcfd151
commit 368493d68f

View File

@@ -327,6 +327,8 @@ Danbooru.Note = {
$(".note-box").resizable("enable");
$(".note-box").draggable("enable");
});
$textarea.selectEnd();
Danbooru.Note.editing = true;
},