mirror of
https://github.com/Insality/druid
synced 2025-11-27 11:20:54 +01: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