Skip to content

Commit 331dc5f

Browse files
committed
fix: crash when opening popup in fullscreen window
1 parent aec8c25 commit 331dc5f

File tree

1 file changed

+2
-0
lines changed
  • packages/electron-chrome-extensions/src/browser

1 file changed

+2
-0
lines changed

packages/electron-chrome-extensions/src/browser/popup.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ export class PopupView {
6262
movable: false,
6363
maximizable: false,
6464
minimizable: false,
65+
// https://github.com/electron/electron/issues/47579
66+
fullscreenable: false,
6567
resizable: false,
6668
skipTaskbar: true,
6769
backgroundColor: '#ffffff',

0 commit comments

Comments
 (0)