diff options
Diffstat (limited to 'js/panels/Timeline/Layer.reel/Layer.js')
-rw-r--r-- | js/panels/Timeline/Layer.reel/Layer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/panels/Timeline/Layer.reel/Layer.js b/js/panels/Timeline/Layer.reel/Layer.js index c69f28b0..300462ee 100644 --- a/js/panels/Timeline/Layer.reel/Layer.js +++ b/js/panels/Timeline/Layer.reel/Layer.js | |||
@@ -490,6 +490,7 @@ var Layer = exports.Layer = Montage.create(Component, { | |||
490 | }, false); | 490 | }, false); |
491 | this._layerEditable.addEventListener("change", function(event) { | 491 | this._layerEditable.addEventListener("change", function(event) { |
492 | that.dynamicLayerName.value = that._layerEditable.value; | 492 | that.dynamicLayerName.value = that._layerEditable.value; |
493 | this.application.ninja.timeline.currentLayerSelected.layerData.elementsList[0].dataset.storedLayerName = that.dynamicLayerName.value | ||
493 | that.needsDraw = true; | 494 | that.needsDraw = true; |
494 | }, false); | 495 | }, false); |
495 | this._layerEditable.editingClass = "editable2"; | 496 | this._layerEditable.editingClass = "editable2"; |