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

@@ -239,7 +239,7 @@ local function on_preview(buf_loaded)
once = true,
})
end
view.focus()
view.View:focus()
end
local function get_target_winid(mode)