fix(#1804): do not refresh watched nodes that have been destroyed (deleted)
This commit is contained in:
@@ -121,6 +121,7 @@ function M.node_destroy(node)
|
||||
|
||||
if node.watcher then
|
||||
node.watcher:destroy()
|
||||
node.watcher = nil
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user