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

This commit is contained in:
Red J Adaya
2024-07-17 20:23:39 -07:00
committed by GitHub
parent 238f4633c6
commit d25eba12b7
+1 -1
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;