提交 2cc4dc6c 编写于 作者: D Daniel Imms

Refresh theme on reattach

Fixes #127645
上级 75c0562a
......@@ -680,8 +680,9 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
const xterm = await this._xtermReadyPromise;
// Attach the xterm object to the DOM, exposing it to the smoke tests
this._wrapperElement.xterm = this._xterm;
this._wrapperElement.xterm = xterm;
this._updateTheme(xterm);
xterm.open(this._xtermElement);
if (!xterm.element || !xterm.textarea) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册