diff --git a/src/core/core.controller.js b/src/core/core.controller.js index da478378c..dd3a05019 100644 --- a/src/core/core.controller.js +++ b/src/core/core.controller.js @@ -481,9 +481,8 @@ // If entering, leaving, or changing elements, animate the change via pivot if ((this.lastActive.length !== this.active.length) || - (this.lastActive.length === this.active.length && changed) || (this.lastTooltipActive.length !== this.tooltipActive.length) || - (this.lastTooltipActive.length === this.tooltipActive.length && changed)) { + changed) { this.stop(); console.log('render');