aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
index 89d14c17..2ca32de9 100644
--- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
+++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
@@ -839,10 +839,6 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, {
839 this.trackRepetition.selectedIndexes = [layerIndex]; 839 this.trackRepetition.selectedIndexes = [layerIndex];
840 this.currentLayerSelected = this.arrLayers[layerIndex]; 840 this.currentLayerSelected = this.arrLayers[layerIndex];
841 this.currentTrackSelected = this.arrTracks[layerIndex]; 841 this.currentTrackSelected = this.arrTracks[layerIndex];
842 if(this._captureSelection){
843 this.application.ninja.selectionController.selectElements(this.currentLayerSelected.elementsList)
844 }
845 this._captureSelection = true;
846 } else { 842 } else {
847 this.layerRepetition.selectedIndexes = null; 843 this.layerRepetition.selectedIndexes = null;
848 this.trackRepetition.selectedIndexes = null; 844 this.trackRepetition.selectedIndexes = null;