refactor(#2826): more consistency checking

This commit is contained in:
Alexander Courtis
2025-06-20 12:36:09 +10:00
parent d72f85f524
commit 4d6c42356a
6 changed files with 8 additions and 8 deletions

View File

@@ -532,7 +532,7 @@ function Explorer:reload_explorer()
local projects = git.reload_all_projects()
self:refresh_nodes(projects)
if self.view:is_visible() then
if self.view:is_visible(nil, "Explorer:reload_explorer") then
self.renderer:draw()
end
event_running = false