diff --git a/dist/vis.js b/dist/vis.js index 0a083a9a..e62858a1 100644 --- a/dist/vis.js +++ b/dist/vis.js @@ -22170,6 +22170,7 @@ return /******/ (function(modules) { // webpackBootstrap if (interval > 1000) interval = 1000; me.redraw(); + me.body.emitter.emit('currentTimeTick'); // start a renderTimer to adjust for the new time me.currentTimeTimer = setTimeout(update, interval);