提交 a1f2a57e 编写于 作者: J Johannes Rieken

check that document is still good to use, #53030

上级 641344ec
......@@ -580,7 +580,7 @@ export class OutlinePanel extends ViewletPanel {
// first check if the document has changed and stop revealing the
// cursor position iff it has -> we will update/recompute the
// outline view then anyways
if (model.textModel.getVersionId() === versionIdThen) {
if (!model.textModel.isDisposed() && model.textModel.getVersionId() === versionIdThen) {
this._revealEditorSelection(model, e.selection);
}
}));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册