mirror of
https://github.com/Insality/druid
synced 2025-09-27 10:02:19 +02:00
Replace spaces with tabs
This commit is contained in:
@@ -110,6 +110,7 @@ function M:get_index(data)
|
||||
return index
|
||||
end
|
||||
end
|
||||
|
||||
return nil
|
||||
end
|
||||
|
||||
|
@@ -103,9 +103,9 @@ local function setup_infinity_list(self)
|
||||
-- scroll to some index
|
||||
-- local pos = self.infinity_grid:get_pos(25)
|
||||
-- self.infinity_scroll:scroll_to(pos, true)
|
||||
-- timer.delay(1, false, function()
|
||||
-- self.infinity_list:scroll_to_index(1)
|
||||
-- end)
|
||||
timer.delay(1, false, function()
|
||||
self.infinity_list:scroll_to_index(25)
|
||||
end)
|
||||
|
||||
|
||||
self.infinity_list_small = self.druid:new_infinity_list(data, self.infinity_scroll_3, self.infinity_grid_3, function(record, index)
|
||||
|
Reference in New Issue
Block a user