fix: full view width (#2662)

This commit is contained in:
yetone
2025-08-31 23:02:42 +08:00
committed by GitHub
parent 604fdcc4b1
commit 7c4f88606c
3 changed files with 23 additions and 11 deletions

View File

@@ -246,7 +246,6 @@ function H.autocmds()
local sidebar = M.get()
if not sidebar then return end
if not sidebar:is_open() then return end
if sidebar.is_in_full_view then return end
sidebar:resize()
end,
})