[SSE mobile] Fix bug 44356 (#323)
This commit is contained in:
parent
e19b8f9397
commit
5847226bba
|
@ -142,7 +142,7 @@ define([
|
||||||
transparent: true
|
transparent: true
|
||||||
});
|
});
|
||||||
this.paletteTextColor.on('customcolor', function () {
|
this.paletteTextColor.on('customcolor', function () {
|
||||||
me.showCustomFillColor();
|
me.showCustomTextColor();
|
||||||
});
|
});
|
||||||
var template = _.template(['<div class="list-block">',
|
var template = _.template(['<div class="list-block">',
|
||||||
'<ul>',
|
'<ul>',
|
||||||
|
|
Loading…
Reference in a new issue