-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(canvas) Fixed handling of parent frames to get the right position…
…ing. (#6586) - Split `maybeAddContainLayout` into that and another function `shouldAddContainLayout`. - Corrected two tests which were inserting into the second flex child and were also offset similar to how the grid items were. - `getAbsoluteReparentPropertyChanges` now takes a parameter which specifies if `contain: 'layout'` will be added to the container. - `getMoveCommandsForSelectedElement` now has an additional fallback for `elementParentBounds` when the closest non fragment parent provides bounds for absolute children. - `getLocalFrame` now has an optional parameter to specify the parent to target, to allow for handling the lookups where the element has yet to be reparented.
- Loading branch information
1 parent
fc4cfb4
commit 7f377c9
Showing
21 changed files
with
297 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.