[DE mobile] Table settings: update background color for cell when table style is changed.
This commit is contained in:
parent
5f241f814e
commit
38737b59c7
|
@ -157,6 +157,9 @@ define([
|
||||||
showStyleCategory: function (e) {
|
showStyleCategory: function (e) {
|
||||||
// remove android specific style
|
// remove android specific style
|
||||||
$('.page[data-page=edit-table-style] .list-block.inputs-list').removeClass('inputs-list');
|
$('.page[data-page=edit-table-style] .list-block.inputs-list').removeClass('inputs-list');
|
||||||
|
if ($(e.currentTarget).data('type') == 'fill') {
|
||||||
|
this.fireEvent('page:show', [this, '#edit-table-style']);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
showPage: function (templateId, suspendEvent) {
|
showPage: function (templateId, suspendEvent) {
|
||||||
|
|
Loading…
Reference in a new issue