@pixldocs/canvas-renderer 0.5.26 → 0.5.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11928,6 +11928,7 @@ function PixldocsPreview(props) {
|
|
|
11928
11928
|
const bump = () => {
|
|
11929
11929
|
if (cancelled) return;
|
|
11930
11930
|
clearMeasurementCache();
|
|
11931
|
+
clearFabricCharCache();
|
|
11931
11932
|
setFontsReadyVersion((v) => v + 1);
|
|
11932
11933
|
};
|
|
11933
11934
|
(_b = (_a = document.fonts) == null ? void 0 : _a.ready) == null ? void 0 : _b.then(bump);
|