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.js CHANGED
@@ -3646,7 +3646,7 @@ function useRealtimeCanvasDocument(options) {
3646
3646
  }
3647
3647
  return;
3648
3648
  }
3649
- if (hasPendingLocalChanges && hasLocalItems && hasMissingLocalItems(items, resolvedItems)) {
3649
+ if (hasLocalItems && hasMissingLocalItems(items, resolvedItems)) {
3650
3650
  const normalizedLocalItems = normalizeItems ? normalizeItems(items) : [...items];
3651
3651
  session.remoteAdapter.send?.(normalizedLocalItems);
3652
3652
  return;