mirror of
https://github.com/Insality/druid
synced 2025-06-27 18:37:45 +02:00
Replace spaces with tabs
This commit is contained in:
parent
ac7d090cf0
commit
6a44a7dcff
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user