fix issue where entire window is not clickable (#114)

This commit is contained in:
Red J Adaya 2024-07-18 11:23:39 +08:00 committed by GitHub
parent 238f4633c6
commit d25eba12b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;