We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c0cac commit 29ddc7dCopy full SHA for 29ddc7d
src/extension/background.js
@@ -510,7 +510,7 @@ chrome.contextMenus.onClicked.addListener(({ menuItemId }) => {
510
console.log(window);
511
const invokedScreenTop = 75; // window.top || 0;
512
const invokedScreenLeft = window.width < 1000 ? window.left + window.width - 1000 : window.left;
513
- const invokedScreenWidth = 1000; // set reactime window to half of chrome window, with a min of 1000px
+ const invokedScreenWidth = 1000;
514
const invokedScreenHeight = window.height - invokedScreenTop || 1000;
515
const options = {
516
type: 'panel',
0 commit comments