Commit 1cf2a0a9 authored by Randall Leeds's avatar Randall Leeds

Merge pull request #326 from hypothesis/262-hotfix

fix #262
parents a2555dd3 f2e7b67e
......@@ -204,6 +204,7 @@ class Annotator.Host extends Annotator
display: 'none'
do update
document.addEventListener 'dragover', (event) =>
unless @canDrag then return
if @drag.last?
@drag.delta += event.screenX - @drag.last
@drag.last = event.screenX
......
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