electron: Fix window drag not working

This commit is contained in:
Elian Doran 2024-09-12 22:23:49 +03:00
parent f8605688ab
commit 9fc789676f
No known key found for this signature in database
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -140,7 +140,7 @@
"@types/ws": "^8.5.12",
"@types/xml2js": "^0.4.14",
"cross-env": "7.0.3",
"electron": "^31.2.1",
"electron": "^31.3.1",
"electron-packager": "17.1.2",
"electron-rebuild": "3.2.9",
"esm": "3.2.25",
@ -6616,11 +6616,10 @@
}
},
"node_modules/electron": {
"version": "31.5.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-31.5.0.tgz",
"integrity": "sha512-lmrIpCQ+1w731Nu+imnOl5aj+83JJpz9iLS0TInELisu5Yfu4QipSxQisGeo6gfmDcoW46NLbgkEycxVXYUzng==",
"version": "31.3.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-31.3.1.tgz",
"integrity": "sha512-9fiuWlRhBfygtcT+auRd/WdBK/f8LZZcrpx0RjpXhH2DPTP/PfnkC4JB1PW55qCbGbh4wAgkYbf4ExIag8oGCA==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@electron/get": "^2.0.0",
"@types/node": "^20.9.0",

View File

@ -177,7 +177,7 @@
"@types/ws": "^8.5.12",
"@types/xml2js": "^0.4.14",
"cross-env": "7.0.3",
"electron": "^31.2.1",
"electron": "^31.3.1",
"electron-packager": "17.1.2",
"electron-rebuild": "3.2.9",
"esm": "3.2.25",