-
Couldn't load subscription status.
- Fork 699
Magic move #405
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
Magic move #405
Conversation
…ic-move # Conflicts: # src/components/manager.js
…ic-move # Conflicts: # example/src/index.js
src/components/magic-wrapper.js
Outdated
| updateChildren(this.portal.childNodes[0].childNodes[0]); | ||
| buildStyleMap( | ||
| this.portalMap, | ||
| this.portal.childNodes[0].childNodes[0] |
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.
Will the first element of these arrays always exist?
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.
Yes, but i'll code defensively against it anyway
Initial run at magic move, will have separate PRs for docs and keying features.