Skip to content

Commit

Permalink
Update lvgl.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Nov 30, 2024
1 parent b46e95a commit cbe046e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/project-editor/features/font/font-extract/lvgl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,7 @@ export class ExtractFont implements IFontExtract {
});
};

freeResources() {}
freeResources() {
extractBusy = false;
}
}

0 comments on commit cbe046e

Please sign in to comment.