[DE] Fix role color

This commit is contained in:
Julia Radzhabova 2022-12-28 21:33:08 +03:00
parent ed0a9d7f4c
commit 4889bfeb03

View file

@ -164,6 +164,7 @@ define([
this.btnColor.setColor(this.lastColor);
this.mnuColorPicker.selectByRGB(this.lastColor, true);
} else {
this.btnColor.setColor('transparent');
this.mnuColorPicker.clearSelection();
}
},