From 9c8d24515619e76b3dee34e0fa33c173a246dbda Mon Sep 17 00:00:00 2001 From: Benedikt Ziemons Date: Sun, 2 Jun 2024 20:44:22 +0200 Subject: [PATCH] fixup! [listframes] cache estimatedTotalHeight --- listframes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listframes.lua b/listframes.lua index 6f1ef62..07aab67 100644 --- a/listframes.lua +++ b/listframes.lua @@ -98,7 +98,7 @@ local function updateItemAt(idx, item) end local function clearFrom(idx) - estimatedTotalHeight = (idx-1).."?" + estimatedTotalHeight = idx-1 local tw, th = frame.getSize() for j = length, idx, -1 do backingList[j] = nil