[DE] Fix bug 54292

This commit is contained in:
JuliaSvinareva 2021-12-03 15:44:07 +03:00
parent bc0426e9b8
commit ac013b0e10

View file

@ -1157,7 +1157,10 @@ define([
this.btnBGColor = new Common.UI.ColorButton({
parentEl: $('#form-background-color-btn'),
transparent: true,
menu: true
menu: true,
dataHint: '1',
dataHintDirection: 'bottom',
dataHintOffset: 'big'
});
this.lockedControls.push(this.btnBGColor);
this.btnBGColor.on('color:select', _.bind(this.onColorBGSelect, this));