mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Optimize component and event creation, add cache for interests, optimize scroll
This commit is contained in:
@@ -44,8 +44,8 @@ function DataList.init(self, scroll, grid, create_function)
|
||||
self.druid = self:get_druid()
|
||||
self.scroll = scroll
|
||||
self.grid = grid
|
||||
self.scroll:bind_grid(grid)
|
||||
self.grid.style.IS_DYNAMIC_NODE_POSES = false
|
||||
self.scroll:bind_grid(grid)
|
||||
|
||||
-- Current visual elements indexes
|
||||
self.top_index = 1
|
||||
|
Reference in New Issue
Block a user