canvu-react 0.4.10 → 0.4.11
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/realtime.cjs +1 -1
- package/dist/realtime.cjs.map +1 -1
- package/dist/realtime.js +1 -1
- package/dist/realtime.js.map +1 -1
- package/package.json +1 -1
package/dist/realtime.cjs
CHANGED
|
@@ -3671,7 +3671,7 @@ function useRealtimeCanvasDocument(options) {
|
|
|
3671
3671
|
}
|
|
3672
3672
|
return;
|
|
3673
3673
|
}
|
|
3674
|
-
if (
|
|
3674
|
+
if (hasLocalItems && hasMissingLocalItems(items, resolvedItems)) {
|
|
3675
3675
|
const normalizedLocalItems = normalizeItems ? normalizeItems(items) : [...items];
|
|
3676
3676
|
session.remoteAdapter.send?.(normalizedLocalItems);
|
|
3677
3677
|
return;
|