提交 f1c4cd54 编写于 作者: M Matt Bierner

Also dismiss rename input when cursor position changes

Fixes #81125
上级 6b947b14
......@@ -254,6 +254,8 @@ class RenameController extends Disposable implements IEditorContribution {
if (this._activeRename) {
this._activeRename.operation.cancel();
this._activeRename = undefined;
this.cancelRenameInput();
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册