refactor(#2826): move global CURSORS to view member

This commit is contained in:
Alexander Courtis
2025-06-20 12:46:30 +10:00
parent 4d6c42356a
commit d84dfad1c3
3 changed files with 7 additions and 8 deletions

View File

@@ -135,9 +135,8 @@ function M.open(opts)
open_view_and_draw()
end
-- TODO multi-instance is this actually necessary?
if explorer then
explorer.view:restore_tab_state()
explorer.view:restore_state()
end
end