diff options
Diffstat (limited to 'js/panels/Timeline')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js index 1d22c109..66c77072 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | |||
@@ -433,6 +433,14 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, { | |||
433 | } | 433 | } |
434 | // Feed the new array of objects into the repetitions. | 434 | // Feed the new array of objects into the repetitions. |
435 | this.arrLayers = this.temparrLayers; | 435 | this.arrLayers = this.temparrLayers; |
436 | }else if(this.application.ninja.breadCrumbClick){ | ||
437 | var parentNode = this.application.ninja.currentSelectedContainer; | ||
438 | for (myIndex = 0; parentNode.children[myIndex]; myIndex++) { | ||
439 | this._openDoc = true; | ||
440 | this.restoreLayer(parentNode.children[myIndex]); | ||
441 | } | ||
442 | this.arrLayers = this.temparrLayers; | ||
443 | |||
436 | } | 444 | } |
437 | 445 | ||
438 | // After recreating the tracks and layers, store the result in the currentDocument. | 446 | // After recreating the tracks and layers, store the result in the currentDocument. |