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