-
-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When we break an inline child twice, we have to add the initial (absolute) skip stack and the new (relative) skip stack. The old code needed to check that the children were the same before adding the stacks, but this detection was buggy and complicated. The new implementation works even if the broken children are not the same, removing the need to detect the previously broken child. Fix #923.
- Loading branch information
Showing
1 changed file
with
22 additions
and
46 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