Merge remote-tracking branch 'origin/master' into chore-undefined-field

This commit is contained in:
Alexander Courtis 2024-10-29 11:09:51 +11:00
commit dd42701a23

View File

@ -198,7 +198,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