diff --git a/objects/textinput.lua b/objects/textinput.lua index aa41f45..fab4da7 100644 --- a/objects/textinput.lua +++ b/objects/textinput.lua @@ -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)