mirror of
https://github.com/Insality/druid
synced 2025-09-28 10:32:20 +02:00
Revert "Solve #182 add table pool for events"
This reverts commit dff522fbaa
.
This commit is contained in:
@@ -239,17 +239,6 @@ function Button.on_late_init(self)
|
||||
end
|
||||
|
||||
|
||||
function Button.on_internal_remove(self)
|
||||
component.on_internal_remove(self)
|
||||
self.on_click:clear()
|
||||
self.on_repeated_click:clear()
|
||||
self.on_long_click:clear()
|
||||
self.on_double_click:clear()
|
||||
self.on_hold_callback:clear()
|
||||
self.on_click_outside:clear()
|
||||
end
|
||||
|
||||
|
||||
function Button.on_input(self, action_id, action)
|
||||
if not is_input_match(self, action_id) then
|
||||
return false
|
||||
|
Reference in New Issue
Block a user