mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Revert "Solve #182 add table pool for events"
This reverts commit dff522fbaa
.
This commit is contained in:
@@ -154,17 +154,6 @@ function Input.init(self, click_node, text_node, keyboard_type)
|
||||
end
|
||||
|
||||
|
||||
function Input.on_internal_remove(self)
|
||||
component.on_internal_remove(self)
|
||||
self.on_input_select:clear()
|
||||
self.on_input_unselect:clear()
|
||||
self.on_input_text:clear()
|
||||
self.on_input_empty:clear()
|
||||
self.on_input_full:clear()
|
||||
self.on_input_wrong:clear()
|
||||
end
|
||||
|
||||
|
||||
function Input.on_input(self, action_id, action)
|
||||
if self.is_selected then
|
||||
local input_text = nil
|
||||
|
Reference in New Issue
Block a user