You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remember RCTAppDelegate main window position (#2637)
## Summary:
Previously, we always centered the window, which got a bit annoying
during debugging when I'd like to have it remember the last position as
I relaunch it. This is probably a good thing to do in general, so let's
do it in `RCTAppDelegate`.
## Test Plan:
Removed any saved frame by running `defaults delete
Microsoft.RNTester-macOS`: window is centered
Resize window and move it and close and relaunch: old position is
remembered.
0 commit comments