mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Fix textinput key repeat behavior
This commit is contained in:
parent
ebf541e3b6
commit
d38ab2c621
@ -857,6 +857,8 @@ function newobject:RunKey(key, unicode, is_text)
|
||||
end
|
||||
end
|
||||
|
||||
self.unicode = 0
|
||||
|
||||
local curtext = self:GetText()
|
||||
if ontextchanged and initialtext ~= curtext then
|
||||
ontextchanged(self, ckey)
|
||||
|
Loading…
Reference in New Issue
Block a user