Skip to content
Snippets Groups Projects
Commit 8bff9ab5 authored by Yannis Barlas's avatar Yannis Barlas
Browse files

Merge branch 'remove-focus-next' into 'staging'

do not focus next track change when resolving

See merge request !33
parents e9d94d56 14a0bfec
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