diff --git a/platform/features/conductor-v2/conductor/src/ui/modes/FollowMode.js b/platform/features/conductor-v2/conductor/src/ui/modes/FollowMode.js index 600dac4376d..8385a170690 100644 --- a/platform/features/conductor-v2/conductor/src/ui/modes/FollowMode.js +++ b/platform/features/conductor-v2/conductor/src/ui/modes/FollowMode.js @@ -83,6 +83,10 @@ define( TimeConductorMode.prototype.selectedTimeSystem.apply(this, arguments); if (timeSystem) { + if (this.tickSourceUnlisten) { + this.tickSourceUnlisten(); + } + var defaults = timeSystem.defaults()[0]; if (arguments.length > 0) {