diff --git a/src/pb-view-annotate.js b/src/pb-view-annotate.js index dc398ac5..994cd0f6 100644 --- a/src/pb-view-annotate.js +++ b/src/pb-view-annotate.js @@ -914,7 +914,7 @@ class PbViewAnnotate extends PbView { } } - if(this.popup){ + if(this.showPopup){ this._createTooltip(span); }else{ span.addEventListener('click', (ev) =>{