mirror of
https://github.com/Insality/druid
synced 2025-09-28 02:22:19 +02:00
Update docs, config generations, fix linter
This commit is contained in:
@@ -344,10 +344,6 @@ function Button.on_input(self, action_id, action)
|
||||
return false
|
||||
end
|
||||
|
||||
if not self:is_enabled() then
|
||||
return false
|
||||
end
|
||||
|
||||
local is_consume = true
|
||||
local is_pick = true
|
||||
local is_key_trigger = (action_id == self.key_trigger)
|
||||
|
Reference in New Issue
Block a user