@contentful/experiences-visual-editor-react 1.39.0-alpha-20250603T1404-5a5eb4e.0 → 1.39.0-alpha-20250603T1549-6807858.0

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/renderApp.js CHANGED
@@ -49499,8 +49499,8 @@ const sendCanvasGeometryUpdatedMessage = async (tree, sourceEvent) => {
49499
49499
  collectNodeCoordinates(tree.root, nodeToCoordinatesMap);
49500
49500
  sendMessage(OUTGOING_EVENTS.CanvasGeometryUpdated, {
49501
49501
  size: {
49502
- width: document.documentElement.scrollWidth,
49503
- height: document.documentElement.scrollHeight,
49502
+ width: document.documentElement.offsetWidth,
49503
+ height: document.documentElement.offsetHeight,
49504
49504
  },
49505
49505
  nodes: nodeToCoordinatesMap,
49506
49506
  sourceEvent,