mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-19 12:25:12 -04:00
chat: set pointer to end when value changes
This commit is contained in:
parent
65a5bd3502
commit
85d7a62ac7
@ -49,7 +49,7 @@ class TextInputElement(
|
||||
var value: String
|
||||
get() = _value.toString()
|
||||
set(value) {
|
||||
_pointer = 0
|
||||
_pointer = value.length
|
||||
if (_value.equals(value)) {
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user