Commit b04f4c38 authored by Alexander Yuzhin's avatar Alexander Yuzhin

[SE mobile] Fix bug 34381, bug 34382, bug 34383

parent 2bfeb3e4
......@@ -120,6 +120,11 @@ define([
row = -1,
standartColors = Common.Utils.ThemeColor.getStandartColors();
// Disable duplicate
if ($(me.el).find('.list-block.color-palette').length > 0) {
return
}
_.each(Common.Utils.ThemeColor.getEffectColors(), function(effect, index) {
if (0 == index % me.options.themecolors) {
themeColors.push([]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment