Skip to content

Commit a1ec56c

Browse files
authored
Merge branch 'master' into refactor/3255-wire-actions-directly-to-functions
2 parents f922d01 + c8d8d51 commit a1ec56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/explorer/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function Explorer:create_autocmds()
187187
callback = function()
188188
utils.debounce("Buf:modified_" .. self.uid_explorer, self.opts.view.debounce_delay, function()
189189
buffers.reload_modified()
190-
self:reload_explorer()
190+
self.renderer:draw()
191191
end)
192192
end,
193193
})

0 commit comments

Comments
 (0)