Skip to content

Commit

Permalink
fix custom font ejection
Browse files Browse the repository at this point in the history
  • Loading branch information
jvolker committed Mar 8, 2021
1 parent 793f05d commit 26a2066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ export default {
async loadLocalFont(file) {
if (!file) {
// reset to default font after ejecting local font
this.customFont = null;
this.reset();
return;
}
Expand Down

0 comments on commit 26a2066

Please sign in to comment.