Skip to content

Commit

Permalink
make sure old pill tooltips aren't shown if there isn't a new tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncalabrese committed Dec 20, 2016
1 parent 0dbfcfb commit 3172c82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/plugins/pluginbase.js
Expand Up @@ -97,6 +97,8 @@ function init (majorPills, minorPills, statusPills, bgStatus, tooltip) {
.duration(200)
.style('opacity', 0);
});
} else {
pill.off('mouseover');
}
};

Expand Down

0 comments on commit 3172c82

Please sign in to comment.