1
0
mirror of https://github.com/beestat/app.git synced 2026-05-20 22:32:30 -04:00

Added basic contribute layer

This commit is contained in:
Jon Ziebell
2022-09-28 21:19:21 -04:00
parent de19cd53cc
commit 37785fe1bc
5 changed files with 312 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ beestat.extend(beestat.component.input, beestat.component);
*/
beestat.component.input.prototype.focus = function() {
this.input_.focus();
this.input_.setSelectionRange(0, this.input_.value().length);
this.input_.setSelectionRange(0, this.input_.value.length);
return this;
};