Skip to content

Commit 29ddc7d

Browse files
committed
updated invokedscreenwidth comment
1 parent 88c0cac commit 29ddc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ chrome.contextMenus.onClicked.addListener(({ menuItemId }) => {
510510
console.log(window);
511511
const invokedScreenTop = 75; // window.top || 0;
512512
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
513+
const invokedScreenWidth = 1000;
514514
const invokedScreenHeight = window.height - invokedScreenTop || 1000;
515515
const options = {
516516
type: 'panel',

0 commit comments

Comments
 (0)