fix: reload group_next properly

fixes #948
This commit is contained in:
kiyan 2022-02-17 20:08:33 +01:00
parent 44489380a8
commit 2e1f82d8c0

View File

@ -36,8 +36,8 @@ function M.reload(node, cwd, status)
end
if node.group_next then
node.nodes = {node.group_next}
node.group_next = nil
node.nodes = {}
end
local child_names = {}