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:
@@ -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
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user