hideTooltip() {
   this.pop.hide();
 }
 showTooltip() {
   if (this.currentStepKind === 'mapper') {
     this.pop.show();
   }
 }