fix: full view width (#2662)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user