mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
test: fix test for desktopCapturer preventDefault (#20100)
This commit is contained in:
@@ -168,7 +168,6 @@ ipcMain.on('handle-next-ipc-message-sync', function (event, returnValue) {
|
||||
})
|
||||
|
||||
for (const eventName of [
|
||||
'desktop-capturer-get-sources',
|
||||
'remote-get-guest-web-contents'
|
||||
]) {
|
||||
ipcMain.on(`handle-next-${eventName}`, function (event, returnValue) {
|
||||
|
||||
Reference in New Issue
Block a user