提交 3d7b13d2 编写于 作者: S Sribalaji M

Do the same for prevChange

上级 93a82a75
......@@ -469,7 +469,7 @@ export class MoveToPreviousChangeAction extends EditorAction {
const position = new Position(change.modifiedStartLineNumber, 1);
outerEditor.setPosition(position);
outerEditor.revealPosition(position);
outerEditor.revealPositionInCenter(position);
}
}
registerEditorAction(MoveToPreviousChangeAction);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册