-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore(esl-event-listener): block events if scroll was detected #2098
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fshovchko
requested review from
a team,
ala-n,
abarmina and
NastaLeo
and removed request for
a team
December 6, 2023 17:21
ala-n
added
not ready for merge
require squash
No action from PR author required. Marks that current PR will be merged with squash
labels
Dec 6, 2023
ala-n
force-pushed
the
epic/wheel-target
branch
from
December 6, 2023 22:22
a0e8926
to
3c1482c
Compare
fshovchko
changed the title
chore(esl-event-listener): block events if scroll was dtected (POC)
chore(esl-event-listener): block events if scroll was detected (POC)
Dec 8, 2023
fshovchko
force-pushed
the
chore/ignore-swipe
branch
2 times, most recently
from
December 8, 2023 16:53
2272d50
to
e0cae8e
Compare
ala-n
reviewed
Jan 18, 2024
pages/src/esl-events-demo/esl-swipe-demo/esl-swipe-demo-area.ts
Outdated
Show resolved
Hide resolved
pages/src/esl-events-demo/esl-wheel-demo/esl-wheel-demo-area.ts
Outdated
Show resolved
Hide resolved
ala-n
reviewed
Jan 22, 2024
fshovchko
changed the title
chore(esl-event-listener): block events if scroll was detected (POC)
chore(esl-event-listener): block events if scroll was detected
Jan 22, 2024
fshovchko
force-pushed
the
chore/ignore-swipe
branch
from
January 22, 2024 14:57
d2bb61f
to
3d336c1
Compare
fshovchko
added
enhancement
Improvements and additions to code
and removed
require squash
No action from PR author required. Marks that current PR will be merged with squash
labels
Jan 22, 2024
ala-n
reviewed
Jan 22, 2024
abarmina
reviewed
Jan 26, 2024
julia-murashko
approved these changes
Jan 29, 2024
dshovchko
approved these changes
Jan 29, 2024
Natalie-Smirnova
approved these changes
Jan 29, 2024
ala-n
approved these changes
Jan 29, 2024
ala-n
added
require squash
No action from PR author required. Marks that current PR will be merged with squash
finalization
Changes is under final review and live testing
labels
Jan 29, 2024
abarmina
approved these changes
Jan 29, 2024
Co-authored-by: Dmytro Shovchko <[email protected]>
Co-authored-by: Anna Barmina <[email protected]>
🎉 This PR is included in version 5.0.0-beta.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
enhancement
Improvements and additions to code
finalization
Changes is under final review and live testing
needs review
The PR is waiting for review
released on @beta
require squash
No action from PR author required. Marks that current PR will be merged with squash
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This feature should handle the cases when events need to be prevented from dispatching due to scroll detection.
Should be explained better in #2085
Closes: #2085