Skip to content

Commit

Permalink
Ensure DOM renderer has styles injected on ctor
Browse files Browse the repository at this point in the history
Fixes #2136
  • Loading branch information
Tyriar committed May 28, 2019
1 parent adac12e commit a39da0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/dom/DomRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export class DomRenderer extends Disposable implements IRenderer {
actualCellHeight: null
};
this._updateDimensions();
this._injectCss();

this._rowFactory = new DomRendererRowFactory(_terminal.options, document);

Expand Down

0 comments on commit a39da0f

Please sign in to comment.