mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
fix issue where entire window is not clickable (#114)
This commit is contained in:
parent
238f4633c6
commit
d25eba12b7
@ -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 New Issue
Block a user