mirror of
https://github.com/airstruck/luigi.git
synced 2025-11-18 12:25:06 +00:00
fix #41
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user