js: try to put focus after the last character

This commit is contained in:
Thomas Gelf 2016-12-06 08:43:06 +01:00
parent 962e545a79
commit 7de41f2492
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@
$list.scrollTop($prev.offset().top - $list.offset().top - 64 + $list.scrollTop());
} else {
$el.focus();
$el.val($el.val());
}
},