From 2cc14c2f21f9372e0e168aa209adf5baacf27ea8 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Tue, 6 Apr 2021 13:43:07 +1200 Subject: [PATCH] Bugfix --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index ae472f6..82dff05 100644 --- a/init.lua +++ b/init.lua @@ -90,7 +90,6 @@ end -- processed and flattened. local function fix_list(elem) fix_pos(elem) - if elem.h < 2 then return end -- Split the list[] into multiple list[]s. local start = math.max(elem.starting_item_index or 0, 0) @@ -162,7 +161,7 @@ function fs51.backport(tree) table.remove(tree, i) i = i - 1 elseif elem.type == 'list' then - -- There's no need to store every singe list + -- There's no need to store every single list list1, list2 = list2, elem if real_coordinates then