fix: do not refresh tree to only redraw

This commit is contained in:
kiyan
2021-09-30 13:02:20 +02:00
parent 8a1377f233
commit acfb3c0bfb

View File

@@ -554,7 +554,7 @@ end
function M.toggle_help()
view.toggle_help()
return M.refresh_tree()
return M.redraw()
end
function M.dir_up(node)