Add windowDrag shim for bridge

This commit is contained in:
Lea Anthony 2021-02-11 06:52:07 +11:00
commit f8bae0430f
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

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