mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 12:45:29 +08:00
[PE] Fix animation init
This commit is contained in:
@ -83,7 +83,6 @@ define([
|
||||
'tab:active': _.bind(this.onActiveTab, this)
|
||||
}
|
||||
});
|
||||
this.EffectGroups = Common.define.effectData.getEffectGroupData();
|
||||
},
|
||||
|
||||
onLaunch: function () {
|
||||
@ -92,6 +91,7 @@ define([
|
||||
|
||||
setConfig: function (config) {
|
||||
this.appConfig = config.mode;
|
||||
this.EffectGroups = Common.define.effectData.getEffectGroupData();
|
||||
this.view = this.createView('PE.Views.Animation', {
|
||||
toolbar : config.toolbar,
|
||||
mode : config.mode
|
||||
|
||||
Reference in New Issue
Block a user