When opening a note editing window, move caret to end
This commit is contained in:
@@ -327,6 +327,8 @@ Danbooru.Note = {
|
|||||||
$(".note-box").resizable("enable");
|
$(".note-box").resizable("enable");
|
||||||
$(".note-box").draggable("enable");
|
$(".note-box").draggable("enable");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$textarea.selectEnd();
|
||||||
Danbooru.Note.editing = true;
|
Danbooru.Note.editing = true;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user