-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't crash if we exhaust placeholders (#1767)
* Don't crash if we exhaust placeholders Instead just show an empty placeholder that's sized by the first placeholder in the pool. Also change the placeholder pool size from 30 down to 20. It was 30 because we didn't have a solution to this problem, now we do. Closes: #1500 * Fixup test
- Loading branch information
1 parent
771a286
commit 46bf6e3
Showing
3 changed files
with
11 additions
and
5 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