Skip to content
Snippets Groups Projects
Commit 703509f6 authored by Michael Große's avatar Michael Große
Browse files

Move cursor to the end of the text in input

parent 4c748889
No related branches found
No related tags found
No related merge requests found
......@@ -299,6 +299,9 @@ var dw_linkwiz = {
dw_linkwiz.$wiz.show();
dw_linkwiz.$entry.focus();
dw_linkwiz.autocomplete();
var temp = dw_linkwiz.$entry.val();
dw_linkwiz.$entry.val('');
dw_linkwiz.$entry.val(temp);
},
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment