fix: drag not working on windows
This commit is contained in:
parent
d3e04c59cc
commit
2f773bec79
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,8 @@
|
|||
"resizable": true,
|
||||
"title": "Hoppscotch",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
"height": 600,
|
||||
"fileDropEnabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue