Commit 4f645442 authored by csillag's avatar csillag

Don't disably dynamic mode on annotation creation. Fixes #1105.

parent 085ec139
......@@ -62,7 +62,6 @@ class Annotator.Plugin.Heatmap extends Annotator.Plugin
for event in events
if event is 'annotationCreated'
@annotator.subscribe event, =>
@dynamicBucket = false
this._scheduleUpdate()
else
@annotator.subscribe event, this._scheduleUpdate
......
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