提交 db41a5fe 编写于 作者: R Ramya Achutha Rao

Fixes #27690 Reveal range for the last selection

上级 f1a86327
......@@ -25,6 +25,7 @@ export function matchTag() {
});
if (updatedSelections.length > 0) {
editor.selections = updatedSelections;
editor.revealRange(editor.selections[updatedSelections.length - 1]);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册