Commit e0a0f1b
fix(editor): Fix crashes when resizing hierarchy panel and generating share link (#11556) 84435c6038
Fixes 2 crashes in editor:
When the editor window is resized to a small size, then the hierarchy panel is resized, it can result in a dino crash
An unrelated crash was discovered when trying to export a share link. Added a nullptr check to resolve it.
Co-authored-by: Philip Chung <philterdesign@gmail.com>1 parent 72973fe commit e0a0f1b
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
| |||
0 commit comments