Previously, toggling between the two PosePicker modes could dramatically disrupt the layout, because Popover didn't know to re-measure itself. In this change, we add a hacky workaround to simulate a window resize event in moments when we know the content is changing. (The realistic ideal solution would still have these manual triggers, but would use an official API in Chakra to notify the Popper instance directly.) |
||
|---|---|---|
| .. | ||
| ItemLayerSupportModal.js | ||
| ItemLayerSupportUploadModal.js | ||
| ItemSupportDrawer.js | ||
| Metadata.js | ||
| PosePickerSupport.js | ||
| SupportOnly.js | ||
| useSupportSecret.js | ||