This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash when onboarding is shown before window is loaded (mac)
Setting positioningRect when window is not yet visible may crash the app with NSInternalInconsistencyException "window must exist". Moved this line to delegate method, so it'll be called only after popover show method executes successfully.
- Loading branch information