Commit 73718afb by Torkel Ödegaard

annotations: mini fix to event manager

parent 80946795
......@@ -58,7 +58,7 @@ export class EventManager {
}
addFlotEvents(annotations, flotOptions) {
if (this.event || annotations.length === 0) {
if (!this.event || annotations.length === 0) {
return;
}
......
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