未验证 提交 33d551ce 编写于 作者: I Isidor Nikolic 提交者: GitHub

Merge pull request #48750 from Microsoft/tsalinger/renaming-in-explorer-visible-glitch

fixes #43687
......@@ -300,6 +300,7 @@ export class FileRenderer implements IRenderer {
const done = once((commit: boolean, blur: boolean) => {
tree.clearHighlight();
label.element.style.display = 'none';
if (commit && inputBox.value) {
editableData.action.run({ value: inputBox.value });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册