@pixldocs/canvas-renderer 0.5.94 → 0.5.95

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.js CHANGED
@@ -7716,7 +7716,7 @@ const PageCanvas = forwardRef(
7716
7716
  useEffect(() => {
7717
7717
  const fc = fabricRef.current;
7718
7718
  if (!fc) return;
7719
- if (!ready && !isPreviewMode) {
7719
+ if (!ready) {
7720
7720
  hasClearedCachesBeforeFirstSyncRef.current = false;
7721
7721
  return;
7722
7722
  }