Skip to content

Commit

Permalink
fix: output window incorrectly resizing (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
spanzeri authored Jul 13, 2024
1 parent e643486 commit 60a29e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/dapui/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ function dapui.close(args)
end
for i, win_layout in ipairs(windows.layouts) do
if not layout or layout == i then
win_layout:update_sizes()
win_layout:close()
end
end
Expand Down

0 comments on commit 60a29e6

Please sign in to comment.