Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Dec 5, 2022
1 parent b960a33 commit 10205a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HTMLTextStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class HTMLTextStyle extends TextStyle
await fontFace.load();
document.fonts.add(fontFace);
await document.fonts.ready;

this.styleID++;
});
}
Expand Down

0 comments on commit 10205a2

Please sign in to comment.