-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
7guis example broken #486
Comments
It looks like this has to do with a single input element with both a <input bind:value='a' on:input='set({ b: 0 })'> When an Having the event handler for the Edit: Is there a particular reason for the ordering given here? From a brief test, swapping the |
Thank you! I was scratching my head over this one. There's no particular reason for that ordering, I just wanted there to be some order (i.e. all attributes grouped together) for the sake of readability. Now that we've encountered a situation where the order actually does matter, we can control it. I can't think of a situation where bindings would need to update after regular event listeners have fired, so I'm happy with that solution — we can revisit that in future if it proves necessary. |
ensure binding event handlers precede normal ones
Still trying to figure out exactly why, but adjusting the diameter in the 7guis circles example (click to create a circle, right-click to bring up the adjuster dialog) is broken:
The text was updated successfully, but these errors were encountered: