提交 b2cb8bab 编写于 作者: D Daniel Imms

Fix hidden sash in terminal with right panel and splits

Fixes #79226
上级 4035b056
......@@ -421,7 +421,7 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
const bottom = parseInt(wrapperElementStyle.bottom!.split('px')[0], 10);
const innerWidth = width - marginLeft - marginRight;
const innerHeight = height - bottom;
const innerHeight = height - bottom - 1;
TerminalInstance._lastKnownCanvasDimensions = new dom.Dimension(innerWidth, innerHeight);
return TerminalInstance._lastKnownCanvasDimensions;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册