Skip to content

Commit 094ffd9

Browse files
committed
Don't load the fit addon twice
1 parent e26c92f commit 094ffd9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ const extraTerminalAddons: { [key: string]: ITerminalAddon } = {};
5959

6060
(async () => {
6161
extraTerminalAddons['ligatures'] = new (await import("xterm-addon-ligatures")).LigaturesAddon();
62-
extraTerminalAddons['fit'] = new (await import("xterm-addon-fit")).FitAddon();
6362
extraTerminalAddons['unicode'] = new (await import("xterm-addon-unicode11")).Unicode11Addon();
6463
extraTerminalAddons['webLinks'] = new (await import("xterm-addon-web-links")).WebLinksAddon(webLinksHandler);
6564
})()

0 commit comments

Comments
 (0)