Skip to content

Commit

Permalink
fix(core) фикс регистрации обработчика клик события (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksey Chepurko <[email protected]>
  • Loading branch information
AlekseyChepurko and Aleksey Chepurko authored Dec 29, 2023
1 parent 70239ae commit 50b9166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/events/clickEvent/click.event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ export class ClickEventService extends BaseEvent {
}
};

window.document.addEventListener('click', this.listener, true);
window.document.addEventListener('click', this.listener, false);
}
}

0 comments on commit 50b9166

Please sign in to comment.