mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 02:22:18 +02:00
Add druid with context, get component druid as helper.get_druid(context)
This commit is contained in:
@@ -12,7 +12,7 @@ M.interest = {
|
||||
|
||||
local function on_change_value(self)
|
||||
if self.callback then
|
||||
self.callback(self.parent.parent, self.value)
|
||||
self.callback(self.context, self.value)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user