mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-20 23:26:04 +00:00
possible fix for #729
This commit is contained in:
@@ -232,6 +232,7 @@ export class XTermFrontend extends Frontend {
|
||||
|
||||
private setFontSize () {
|
||||
this.xterm.setOption('fontSize', this.configuredFontSize * Math.pow(1.1, this.zoom))
|
||||
this.resizeHandler()
|
||||
}
|
||||
|
||||
private getSelectionAsHTML (): string {
|
||||
|
Reference in New Issue
Block a user