@woven-canvas/core 1.0.2 → 1.0.3

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.cjs CHANGED
@@ -2638,6 +2638,7 @@ function attachPointerListeners(domElement) {
2638
2638
  (evt) => evt.button === 2 && (evt.type === "pointerdown" || evt.type === "pointerup")
2639
2639
  );
2640
2640
  if (hasRightButtonEvent) return;
2641
+ if (state.pointerEntityMap.size > 0) return;
2641
2642
  state.eventsBuffer.push({
2642
2643
  type: "pointerdown",
2643
2644
  pointerId: 0,