Fix Quick Look not closing in file upload dialog

There is a problem where the app craches when the dialog is canceled
without closing Quick Look.
This commit is contained in:
Yuya Ochiai
2017-04-07 22:45:50 +09:00
parent 6ae3918fdb
commit 8ce3edbf34
2 changed files with 9 additions and 1 deletions

View File

@@ -32,11 +32,19 @@ Release date: TBD
#### Mac
- Fixed an issue where the application was not avaliable on the Dock after a reboot.
[#411](https://github.com/mattermost/desktop/issues/411)
- Fixed an issue where Quick Look doesn't close in file upload dialog.
[#498](https://github.com/mattermost/desktop/issues/498)
#### Linux
- Fixed an issue where the setting was not saved when changing tray icon theme.
[#456](https://github.com/mattermost/desktop/issues/456)
### New known issues
#### Mac
- The application crashes when a file upload dialog is canceled without closing Quick Look.
----
## Release v3.6.0

View File

@@ -45,7 +45,7 @@
"chai": "^3.5.0",
"cross-env": "^3.1.4",
"devtron": "^1.4.0",
"electron": "1.6.1",
"electron": "1.6.2",
"electron-builder": "^14.5.3",
"electron-builder-squirrel-windows": "^15.0.0",
"electron-connect": "^0.6.1",