From 0419ed890738acd017a07ee9590895f787682962 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 6 Apr 2022 17:47:50 +0300 Subject: [PATCH] [PE] Fix Bug 56449 --- apps/presentationeditor/main/app/controller/Animation.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/presentationeditor/main/app/controller/Animation.js b/apps/presentationeditor/main/app/controller/Animation.js index 4b36a0e52..b1edcf2ba 100644 --- a/apps/presentationeditor/main/app/controller/Animation.js +++ b/apps/presentationeditor/main/app/controller/Animation.js @@ -475,9 +475,12 @@ define([ this._state.TriggerValue = this.AnimationProperties.asc_getTriggerObjectClick(); } this.setTriggerList(); + } else { + this._state.Effect = this._state.EffectGroup = this._state.EffectOption = undefined; + if (this.view && this.view.listEffects) + this.view.listEffects.fieldPicker.deselectAll(); } this.setLocked(); - }, setTriggerList: function (){