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

This commit is contained in:
Alexander Courtis
2025-06-20 12:52:58 +10:00
parent 82cc80ffa4
commit 51b269dc71
2 changed files with 19 additions and 16 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