mirror of
https://github.com/Insality/druid
synced 2025-06-27 02:17:52 +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()
|
||||
instance._components = {
|
||||
instance._component = {
|
||||
_uid = uid,
|
||||
name = "Druid Widget #" .. uid,
|
||||
input_priority = const.PRIORITY_INPUT,
|
||||
|
Loading…
x
Reference in New Issue
Block a user