We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a491da commit 580029dCopy full SHA for 580029d
src/composables/useEventStore/index.ts
@@ -40,7 +40,7 @@ export const useEventStore = createGlobalState(
40
* @param intersects - An array of intersections
41
*/
42
function propogateEvent(eventName: string, event, intersects) {
43
- let stopPropagating = true;
+ let stopPropagating = false;
44
45
// Loop through all intersected objects and call their event handler
46
if (intersects.length) {
0 commit comments