[PE] Fix Bug 56449
This commit is contained in:
parent
f51a11d316
commit
0419ed8907
|
@ -475,9 +475,12 @@ define([
|
||||||
this._state.TriggerValue = this.AnimationProperties.asc_getTriggerObjectClick();
|
this._state.TriggerValue = this.AnimationProperties.asc_getTriggerObjectClick();
|
||||||
}
|
}
|
||||||
this.setTriggerList();
|
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();
|
this.setLocked();
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
setTriggerList: function (){
|
setTriggerList: function (){
|
||||||
|
|
Loading…
Reference in a new issue