diff --git a/lib/timeline/component/item/Item.js b/lib/timeline/component/item/Item.js index e41ef781..b54d9d6d 100644 --- a/lib/timeline/component/item/Item.js +++ b/lib/timeline/component/item/Item.js @@ -41,7 +41,7 @@ function Item (data, conversion, options) { } else if(typeof options.editable === 'object') { this.editable = {}; - util.selectiveExtend(['updateTime', 'updateGroup', 'remove'], this.editable, data.editable); + util.selectiveExtend(['updateTime', 'updateGroup', 'remove'], this.editable, options.editable); }; } }