Revert "Solve #182 add table pool for events"

This reverts commit dff522fbaa.
This commit is contained in:
Insality
2022-04-05 23:18:39 +03:00
parent 70e94ec14a
commit f7e6888c5a
24 changed files with 6 additions and 247 deletions

View File

@@ -38,13 +38,6 @@ function Hover.init(self, node, on_hover_callback)
end
function Hover.on_internal_remove(self)
component.on_internal_remove(self)
self.on_hover:clear()
self.on_mouse_hover:clear()
end
function Hover.on_late_init(self)
if not self.click_zone and const.IS_STENCIL_CHECK then
local stencil_node = helper.get_closest_stencil_node(self.node)