5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-19 02:19:31 +08:00

Add windowDrag shim for bridge

This commit is contained in:
Lea Anthony 2021-02-11 06:52:07 +11:00
parent 21c07497d7
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
}
}
}
};