diff options
Diffstat (limited to 'js/panels/Timeline')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js index 4586c4eb..44129743 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | |||
@@ -756,6 +756,7 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, { | |||
756 | if(this._captureSelection){ | 756 | if(this._captureSelection){ |
757 | this.application.ninja.selectionController.selectElements(this.currentLayerSelected.element) | 757 | this.application.ninja.selectionController.selectElements(this.currentLayerSelected.element) |
758 | } | 758 | } |
759 | this._captureSelection = true; | ||
759 | } else { | 760 | } else { |
760 | this.layerRepetition.selectedIndexes = null; | 761 | this.layerRepetition.selectedIndexes = null; |
761 | this.trackRepetition.selectedIndexes = null; | 762 | this.trackRepetition.selectedIndexes = null; |