diff options
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js index 3f1af281..af358468 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | |||
@@ -1240,6 +1240,9 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, { | |||
1240 | if (this.currentLayersSelected !== false) { | 1240 | if (this.currentLayersSelected !== false) { |
1241 | this.currentLayersSelected = false; | 1241 | this.currentLayersSelected = false; |
1242 | } | 1242 | } |
1243 | |||
1244 | // Deselect any tweens | ||
1245 | this.deselectTweens(); | ||
1243 | 1246 | ||
1244 | // If we are actually going to be selecting things, create an empty array to use | 1247 | // If we are actually going to be selecting things, create an empty array to use |
1245 | if (arrSelectedIndexesLength > 0) { | 1248 | if (arrSelectedIndexesLength > 0) { |