diff --git a/lib/components/term.tsx b/lib/components/term.tsx index 9febd372032a..10a51164a282 100644 --- a/lib/components/term.tsx +++ b/lib/components/term.tsx @@ -176,7 +176,7 @@ export default class Term extends React.PureComponent { if (useWebGL) { this.term.loadAddon(new WebglAddon()); } - if (props.disableLigatures !== true && !useWebGL) { + if (props.disableLigatures !== true) { this.term.loadAddon(new LigaturesAddon()); } this.term.loadAddon(new Unicode11Addon());