-
Notifications
You must be signed in to change notification settings - Fork 1.4k
fix(qwikloader): don't trigger document and window events for normal events #8170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 23b3dcd The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
8b493a1 to
5a4ea31
Compare
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
commit: |
| }); | ||
| expect(result.html).toContain( | ||
| '(window.qwikevents||(window.qwikevents=[])).push("focus", "-my---custom", "click", "dblclick", "another-custom", "blur")' | ||
| '(window.qwikevents||(window.qwikevents=[])).push(":focus", ":-my---custom", ":click", ":dblclick", ":another-custom", ":blur")' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add document and windows events here too
8ce34f6 to
3df04b1
Compare
3df04b1 to
23b3dcd
Compare
wmertens
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

Don't trigger document and window events for normal events