Skip to content

fix(mover): Adjacent controlled movers fix#257

Open
mshoho wants to merge 5 commits into
masterfrom
adjacent-controlled-movers-fix
Open

fix(mover): Adjacent controlled movers fix#257
mshoho wants to merge 5 commits into
masterfrom
adjacent-controlled-movers-fix

Conversation

@mshoho

@mshoho mshoho commented Mar 23, 2023

Copy link
Copy Markdown
Member

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

Comment thread src/Focusable.ts
if (
moverElement &&
fromMoverElement &&
fromMoverElement.contains(moverElement) &&

Copy link
Copy Markdown
Contributor

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