Commit 79cbef74 authored by Kristof Csillag's avatar Kristof Csillag

Merge pull request #2067 from hypothesis/2041-fix-show-diff

Sync annotation state after anchoring
parents 3f4de98f ad721922
......@@ -233,6 +233,11 @@ module.exports = class Annotator.Guest extends Annotator
this.removeEvents()
setupAnnotation: ->
annotation = super
this.plugins.CrossFrame.sync([annotation])
annotation
createAnnotation: ->
annotation = super
this.plugins.CrossFrame.sync([annotation])
......
Markdown is supported
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