Skip to content
Snippets Groups Projects
Commit 14a0bfec authored by chris's avatar chris
Browse files

comment focus next funcionality for rack chanes

parent 72fa9a3b
No related branches found
No related tags found
No related merge requests found
......@@ -542,7 +542,7 @@ class TrackChangesProvider extends TOCProvider {
*/
resolve (annotation, action) {
const next = this.getNext(annotation)
// const next = this.getNext(annotation)
const selection = annotation.getSelection()
const status = annotation.status
......@@ -555,7 +555,7 @@ class TrackChangesProvider extends TOCProvider {
this.deleteSelection(selection)
}
this.focus(next)
// this.focus(next)
}
computeEntries () {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment