mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Add druid with context, get component druid as helper.get_druid(context)
This commit is contained in:
@@ -352,7 +352,7 @@ function M.scroll_to_index(self, index, skip_cb)
|
||||
self.selected = index
|
||||
|
||||
if not skip_cb and self.on_point_callback then
|
||||
self.on_point_callback(self.parent.parent, index, self.points[index])
|
||||
self.on_point_callback(self.context, index, self.points[index])
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user