-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
feat: svelte examples batch 2 #1255
Conversation
bug: - anchor coordinates css variable is not set only for the first right click.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* chore: only pass state to toolbar * fix: unstate machine.state for connect to guards against premature effect * feat: combobox example * chore: update svelte to latest next version * feat: clipboard example * chore: change svelte example app title to svelte machines * feat: collapsible example * feat: portal action * fix: export portal action * feat: context menu example bug: - anchor coordinates css variable is not set only for the first right click. --------- Co-authored-by: Segun Adebayo <[email protected]>
📝 Description
Add the following examples for Svelte:
And
portal
action for popover.⛳️ Current behavior (updates)
🚀 New behavior
💣 Is this a breaking change (Yes/No):
No
📝 Additional Information
There are bugs in combobox and menu machine:
combobox.connect
that use||
operator for input value. PR to fix this fix: combobox empty input should not be replaced by selected value when typing #1256.0, 0
coordinate. I don't know the cause yet.