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
// chrome.windows.getCurrent allows us to still get the window from within a service worker. It returns a promise (asynchronous), so all resulting functionality must happen in the callback function,
504
504
// or it will run before 'invokedScreen' variables have been captured.
// // this was a test to see if I could dynamically set the left property to be the 0 origin of the invoked DISPLAY (as opposed to invoked window).
509
+
// // this would allow you to split your screen, keep the browser open on the right side, and reactime always opens at the top left corner.
510
+
// // currently, invokedScreenLeft is the left of the invoked window. To get around the issue of reactime covering the refresh button (currently needed for debugging as of 12.19.23), added a vertical offset, topOffset.
511
+
// // this just pushes the top down by a fixed amount that is enough to surpass most people's bookmarks bar.
0 commit comments