From 22aabdbfab33328a00dbf8b8f0f650827658709c Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Sat, 31 Oct 2015 18:17:32 -0600 Subject: [PATCH] Update tooltip only when things change (which will only trigger customTooltips when model changes) --- src/core/core.controller.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/core.controller.js b/src/core/core.controller.js index dd3a05019..2df469516 100644 --- a/src/core/core.controller.js +++ b/src/core/core.controller.js @@ -484,6 +484,9 @@ (this.lastTooltipActive.length !== this.tooltipActive.length) || changed) { + if (this.options.tooltips.enabled || this.options.tooltips.custom) { + this.tooltip.update(); + } this.stop(); console.log('render');