mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix unchecking webgl in demo
This commit is contained in:
+1
-1
@@ -511,7 +511,7 @@ function initAddons(term: TerminalType): void {
|
||||
}
|
||||
} else {
|
||||
if (name === 'webgl') {
|
||||
document.body.removeChild((addon.instance as WebglAddon).textureAtlas);
|
||||
(addon.instance as WebglAddon).textureAtlas.remove();
|
||||
} else if (name === 'unicode11') {
|
||||
term.unicode.activeVersion = '6';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user