mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
#160 Remove component interests, now setup it with function declaring
This commit is contained in:
@@ -50,7 +50,7 @@ local const = require("druid.const")
|
||||
local utf8 = require("druid.system.utf8")
|
||||
local component = require("druid.component")
|
||||
|
||||
local Text = component.create("text", { component.ON_LAYOUT_CHANGE, component.ON_MESSAGE_INPUT })
|
||||
local Text = component.create("text")
|
||||
|
||||
|
||||
local function update_text_size(self)
|
||||
|
Reference in New Issue
Block a user