@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.cjs CHANGED
@@ -7735,7 +7735,7 @@ const PageCanvas = react.forwardRef(
7735
7735
  react.useEffect(() => {
7736
7736
  const fc = fabricRef.current;
7737
7737
  if (!fc) return;
7738
- if (!ready && !isPreviewMode) {
7738
+ if (!ready) {
7739
7739
  hasClearedCachesBeforeFirstSyncRef.current = false;
7740
7740
  return;
7741
7741
  }