Skip to content
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

Fix: handle event propogation and bubbling #7

Merged
merged 4 commits into from
Oct 18, 2022
Merged

Conversation

barelyhuman
Copy link
Owner

The current implementation just handles a few cases so, starting from point 0 to understand and implement browser like event bubbling and propagation

take it down to just firing on
target to simplify handling and
rewriting
@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 16, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit beaab53:

Sandbox Source
Vanilla Configuration

@barelyhuman barelyhuman linked an issue Oct 16, 2022 that may be closed by this pull request
might need modifications but for now it handles the bubbling as expected
Copy link

@developit developit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@barelyhuman barelyhuman merged commit 788fbbb into main Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Event Handling
2 participants