mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
Fix components inner table typo
This commit is contained in:
parent
ae33b08a6b
commit
db0c4c8ee5
@ -86,7 +86,7 @@ local function create_widget(self, widget_class)
|
|||||||
})
|
})
|
||||||
|
|
||||||
local uid = base_component.create_uid()
|
local uid = base_component.create_uid()
|
||||||
instance._components = {
|
instance._component = {
|
||||||
_uid = uid,
|
_uid = uid,
|
||||||
name = "Druid Widget #" .. uid,
|
name = "Druid Widget #" .. uid,
|
||||||
input_priority = const.PRIORITY_INPUT,
|
input_priority = const.PRIORITY_INPUT,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user