This commit is contained in:
airstruck
2016-02-05 14:23:53 -05:00
parent 0b62db39ae
commit a7837d64db

View File

@@ -380,8 +380,7 @@ This color is used to indicate the selected range of text.
self:onKeyPress(function (event)
local act = self.keyActions[event.key]
if act then
local result = act()
if result then return true end
if act() then return end
end
return false
end)