mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
Remove no_auto_template and no_stencil_check settings
This commit is contained in:
@@ -111,7 +111,7 @@ end
|
||||
|
||||
|
||||
function M:on_late_init()
|
||||
if not self.click_zone and const.IS_STENCIL_CHECK then
|
||||
if not self.click_zone then
|
||||
local stencil_node = helper.get_closest_stencil_node(self.node)
|
||||
if stencil_node then
|
||||
self:set_click_zone(stencil_node)
|
||||
|
||||
Reference in New Issue
Block a user