#306 file explorer no longer opens when enhancer menu is opened

This commit is contained in:
dragonwocky 2020-12-03 23:27:11 +11:00
parent c767449bbf
commit af2af96d46
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D
2 changed files with 1 additions and 2 deletions

View File

@ -198,7 +198,7 @@ module.exports = (store, __exports) => {
document.querySelector(
'.notion-frame [style="padding-left: calc(96px + env(safe-area-inset-left)); padding-right: calc(96px + env(safe-area-inset-right)); max-width: 100%; margin-bottom: 8px; width: 100%;"]'
) ||
document.querySelector('.notion-peak-renderer') ||
document.querySelector('.notion-peek-renderer') ||
document.querySelector('.notion-frame'),
icon = $container.querySelector(
'.notion-record-icon img:not([src^="data:"])'

View File

@ -122,7 +122,6 @@ module.exports = (store, __exports) => {
defaultWidth: 275,
defaultHeight: 600,
});
electron.shell.openExternal(JSON.stringify(window_state));
enhancer_menu = new electron.BrowserWindow({
show: true,
frame: !store().frameless,