fix: update diagnostic icon when a node is closed

This commit is contained in:
Lopi-py
2022-02-01 03:17:09 -05:00
committed by GitHub
parent 0bc8258529
commit 99d65afd6e

View File

@@ -375,6 +375,7 @@ function M.parent_node(node, should_close)
end
if altered_tree then
diagnostics.update()
M.redraw()
end
end