@woven-canvas/core 1.0.2 → 1.0.4

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/build/index.js CHANGED
@@ -2553,6 +2553,7 @@ function attachPointerListeners(domElement) {
2553
2553
  (evt) => evt.button === 2 && (evt.type === "pointerdown" || evt.type === "pointerup")
2554
2554
  );
2555
2555
  if (hasRightButtonEvent) return;
2556
+ if (state.pointerEntityMap.size > 0) return;
2556
2557
  state.eventsBuffer.push({
2557
2558
  type: "pointerdown",
2558
2559
  pointerId: 0,