提交 212f41cd 编写于 作者: M Matt Bierner

Hide the custom file pick box before showing native picker

上级 d1af0c4e
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册