mirror of
https://github.com/taigrr/wails.git
synced 2026-04-13 18:38:11 -07:00
Add windowDrag shim for bridge
This commit is contained in:
@@ -50,6 +50,11 @@ function setupIPCBridge() {
|
||||
postMessage: (message) => {
|
||||
websocket.send(message);
|
||||
}
|
||||
},
|
||||
windowDrag: {
|
||||
postMessage: () => {
|
||||
// Ignore window drag events
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user