mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-05 22:48:48 +00:00
fix issue where entire window is not clickable (#114)
This commit is contained in:
parent
238f4633c6
commit
d25eba12b7
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ function createBrowserWindow(clientId: string, waveWindow: WaveWindow): WaveBrow
|
|||
},
|
||||
show: false,
|
||||
autoHideMenuBar: true,
|
||||
vibrancy: "sidebar",
|
||||
backgroundColor: "#000000",
|
||||
});
|
||||
(bwin as any).waveWindowId = waveWindow.oid;
|
||||
let readyResolve: (value: void) => void;
|
||||
|
|
|
|||
Loading…
Reference in a new issue