Fix Bug 46996
This commit is contained in:
parent
feb5af2df3
commit
2872f42cc3
|
@ -185,7 +185,7 @@ define([
|
||||||
el.find('.color-palette a').removeClass('active');
|
el.find('.color-palette a').removeClass('active');
|
||||||
$target.addClass('active');
|
$target.addClass('active');
|
||||||
me.currentColor = color;
|
me.currentColor = color;
|
||||||
if (effectId) {
|
if (effectId!==undefined) {
|
||||||
me.currentColor = {color: color, effectId: effectId};
|
me.currentColor = {color: color, effectId: effectId};
|
||||||
}
|
}
|
||||||
me.trigger('select', me, me.currentColor);
|
me.trigger('select', me, me.currentColor);
|
||||||
|
|
Loading…
Reference in a new issue