mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Fix infinity list elements render count, little optimize scroll
This commit is contained in:
@@ -152,7 +152,7 @@ function M:_check_elements_from(index, step)
|
||||
is_outside = true
|
||||
|
||||
-- remove nexts:
|
||||
local remove_index = index
|
||||
local remove_index = index + step
|
||||
while self.nodes[remove_index] do
|
||||
self:_remove_at(remove_index)
|
||||
remove_index = remove_index + step
|
||||
|
Reference in New Issue
Block a user