Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect values for modal sizing (#45)
This fixes an issues where the fabric renderer would get the correct sizing via onSizeChanged, write it to the shadow tree generating a state update callback and then setting the wrong size using ModalHostManager. Once onSizeChanged is fired by the OS it is treated as the definitive source of truth for sizing.
- Loading branch information