mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Blocker by default is enabled, update color palette, add rich text split by characters option, able to pass a data to GO widgets
This commit is contained in:
@@ -20,7 +20,7 @@ local M = component.create("blocker")
|
||||
---@param node node|string The node to use as a blocker
|
||||
function M:init(node)
|
||||
self.node = self:get_node(node)
|
||||
self._is_enabled = gui.is_enabled(self.node, true)
|
||||
self._is_enabled = true
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user