refactor(#2826): singleton View class, WIP

This commit is contained in:
Alexander Courtis
2025-04-20 14:07:02 +10:00
parent b95b873626
commit 0a04e435b1
10 changed files with 23 additions and 23 deletions

View File

@@ -128,7 +128,7 @@ function M.open(opts)
else
open_view_and_draw()
end
view.restore_tab_state()
view.View:restore_tab_state()
end
function M.setup(opts)