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

This reverts commit d84dfad1c3.
This commit is contained in:
Alexander Courtis
2025-06-20 12:47:04 +10:00
parent d84dfad1c3
commit 82cc80ffa4
3 changed files with 8 additions and 7 deletions

View File

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