Hide the custom file pick box before showing native picker

This commit is contained in:
Matt Bierner 2019-04-23 17:41:33 -07:00
parent d1af0c4e4c
commit 212f41cd4b

View file

@ -221,6 +221,7 @@ export class RemoteFileDialog {
this.options.availableFileSystems.shift();
}
this.options.defaultUri = undefined;
this.filePickBox.hide();
if (this.requiresTrailing) {
return this.fileDialogService.showSaveDialog(this.options).then(result => {
doResolve(this, result);