fix: check for draggable regions outside of main frame (#41388)

* fix: check for draggable regions outside of main frame

* fix: add nut-js to optional spec deps

Co-authored-by: samuelmaddock <samuelmaddock@electronjs.org>

---------

Co-authored-by: samuelmaddock <samuelmaddock@electronjs.org>
This commit is contained in:
Keeley Hammond
2024-02-21 07:52:02 -08:00
committed by GitHub
parent 69d371fc41
commit 09fbee9998
5 changed files with 906 additions and 11 deletions

View File

@@ -38,6 +38,9 @@
"ws": "^7.4.6",
"yargs": "^16.0.3"
},
"optionalDependencies": {
"@nut-tree/nut-js": "^3.1.2"
},
"resolutions": {
"nan": "file:../../third_party/nan",
"dbus-native/optimist/minimist": "1.2.7",