mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #5580 from Tyriar/5572
Update demo dims on font family change
This commit is contained in:
@@ -226,6 +226,9 @@ export class OptionsWindow extends BaseWindow implements IControlWindow {
|
||||
if (o === 'theme') {
|
||||
this._handlers.updateTerminalContainerBackground();
|
||||
}
|
||||
if (o === 'fontFamily') {
|
||||
this._handlers.updateTerminalSize();
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user