Fix Bug 46996

This commit is contained in:
Julia Radzhabova 2020-10-28 16:53:28 +03:00
parent feb5af2df3
commit 2872f42cc3

View file

@ -185,7 +185,7 @@ define([
el.find('.color-palette a').removeClass('active');
$target.addClass('active');
me.currentColor = color;
if (effectId) {
if (effectId!==undefined) {
me.currentColor = {color: color, effectId: effectId};
}
me.trigger('select', me, me.currentColor);