-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(grids) Handle Spans In Pin Outlines (#6644)
- Extracted out the `printPin` function. - Implemented `nullHandlingPrintPin` as a thin wrapper around `printPin`. - `GridElementContainingBlock` now uses `nullHandlingPrintPin` instead of `gridPositionToValue` to build the grid column/row start/end values.
- Loading branch information
1 parent
63cc4f0
commit 2010de5
Showing
3 changed files
with
179 additions
and
39 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