diff options
Diffstat (limited to 'ui/form/TextInput.js')
-rw-r--r-- | ui/form/TextInput.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/form/TextInput.js b/ui/form/TextInput.js index fc59cbb..a10a26f 100644 --- a/ui/form/TextInput.js +++ b/ui/form/TextInput.js @@ -11,6 +11,7 @@ module.exports = class TextInput extends FocusElement { super() this.value = '' + this.cursorVisible = true this.cursorIndex = 0 this.scrollChars = 0 } |