We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67a773 commit fb89297Copy full SHA for fb89297
lua/nvim-tree/actions/reloaders/reloaders.lua
@@ -11,7 +11,7 @@ local M = {}
11
local function refresh_nodes(node, projects, unloaded_bufnr)
12
Iterator.builder({ node })
13
:applier(function(n)
14
- if n.open and n.nodes then
+ if n.nodes then
15
local toplevel = git.get_toplevel(n.cwd or n.link_to or n.absolute_path)
16
explorer_module.reload(n, projects[toplevel] or {}, unloaded_bufnr)
17
end
0 commit comments