Skip to content

Commit 60a29e6

Browse files
authored
fix: output window incorrectly resizing (#374)
1 parent e643486 commit 60a29e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/dapui/init.lua

-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ function dapui.close(args)
248248
end
249249
for i, win_layout in ipairs(windows.layouts) do
250250
if not layout or layout == i then
251-
win_layout:update_sizes()
252251
win_layout:close()
253252
end
254253
end

0 commit comments

Comments
 (0)