From 5cb7f09c67705d6491a62da5448afdf2b7aa89c5 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 10 Jan 2022 13:15:44 +0300 Subject: [PATCH] [PE] Fix animation init --- apps/presentationeditor/main/app/controller/Animation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/presentationeditor/main/app/controller/Animation.js b/apps/presentationeditor/main/app/controller/Animation.js index fdd5527332..0cf112e036 100644 --- a/apps/presentationeditor/main/app/controller/Animation.js +++ b/apps/presentationeditor/main/app/controller/Animation.js @@ -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