提交 7205cd17 编写于 作者: I isidor

explorer: If there is something being edited via input box make sure to close it

fixes #96198
上级 dd89bd27
......@@ -706,6 +706,11 @@ export class CollapseExplorerView extends Action {
const explorerView = explorerViewlet.getExplorerView();
if (explorerView) {
explorerView.collapseAll();
// If there is something being edited via input box make sure to close it #96198
const editable = this.explorerService.getEditable();
if (editable) {
await this.explorerService.setEditable(editable.stat, null);
}
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册