-
Notifications
You must be signed in to change notification settings - Fork 77
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: set the correct Sortable parent when within a shadowRoot #9532
Conversation
@jcfranco can we do this one for June release? |
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.
LGTM!
It looks like the related issue has been closed and verified already. Should we reopen and bounce back or do we need to create a new issue? +@geospatialem for guidance.
Yeah, we did fix the issue but we didn't do it the correct way according to Sortablejs. So we can reopen or create a new issue. |
Ah, good to know - I'll re-open the issue. |
…rovements * origin/dev: build(deps): update typescript-eslint monorepo to v7.13.1 (#9657) docs: update component READMEs (#9668) chore: release next chore: minor git tooling tweaks (#9664) feat(combobox): add `filterText` prop (#9654) chore: release next feat(list): add filterProps property to specify which properties to filter against (#9622) chore: release next fix(list): enable dragging on list items contained within a list that supports dragEnabled (#9660) test(filter): add coverage for empty filter text (#9655) chore: release next fix: set the correct Sortable parent when within a shadowRoot (#9532) fix(combobox): allow arrow selection of entered text (#9629)
Related Issue: #9521
Summary