提交 3a2225e0 编写于 作者: S SteVen Batten

fixes #89488

上级 8e0cfc1a
......@@ -1236,7 +1236,7 @@ export abstract class Layout extends Disposable implements IWorkbenchLayoutServi
// Otherwise, save the height of the panel
if (position === Position.BOTTOM) {
this.state.panel.lastNonMaximizedWidth = size.width;
} else {
} else if (positionFromString(oldPositionValue) === Position.BOTTOM) {
this.state.panel.lastNonMaximizedHeight = size.height;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册