mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 02:22:18 +02:00
#72 fix return in on_input functions
This commit is contained in:
@@ -95,7 +95,7 @@ end
|
||||
|
||||
function M.on_input(self, action_id, action)
|
||||
if action_id ~= const.ACTION_TOUCH then
|
||||
return
|
||||
return false
|
||||
end
|
||||
|
||||
if not helper.is_enabled(self.node) then
|
||||
|
Reference in New Issue
Block a user