Skip to content

fix(mover): Adjacent controlled movers fix #257

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

mshoho
Copy link
Member

@mshoho mshoho commented Mar 23, 2023

The check for directly nested movers wasn't considering adjacent movers.

@@ -420,10 +420,9 @@ export class FocusableAPI implements Types.FocusableAPI {
if (
moverElement &&
fromMoverElement &&
fromMoverElement.contains(moverElement) &&
Copy link
Member

Choose a reason for hiding this comment

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

so this is for adjacent movers that are nested in another mover?

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.

2 participants