Commit 38737b59 authored by Julia Radzhabova's avatar Julia Radzhabova

[DE mobile] Table settings: update background color for cell when table style is changed.

parent 5f241f81
......@@ -157,6 +157,9 @@ define([
showStyleCategory: function (e) {
// remove android specific style
$('.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) {
......
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