Add windowDrag shim for bridge

This commit is contained in:
Lea Anthony
2021-02-11 06:52:07 +11:00
parent 21c07497d7
commit f8bae0430f

View File

@@ -50,6 +50,11 @@ function setupIPCBridge() {
postMessage: (message) => {
websocket.send(message);
}
},
windowDrag: {
postMessage: () => {
// Ignore window drag events
}
}
}
};