fix(#2978): grouped folder not showing closed icon (#2979)

This commit is contained in:
Alexander Courtis
2024-10-29 11:07:48 +11:00
committed by GitHub
parent 00dff482f9
commit 120ba58254

View File

@@ -215,7 +215,7 @@ function DirectoryNode:expand_or_collapse(toggle_group)
next_open = not open
end
local node = self
local node = head_node
while node do
node.open = next_open
node = node.group_next