mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 13:23:47 +08:00
[DE] Fix Bug 33963
This commit is contained in:
@ -56,6 +56,7 @@ define([
|
||||
_paragraphObject = undefined,
|
||||
_styles = [],
|
||||
_styleThumbSize,
|
||||
_styleName,
|
||||
metricText = Common.Utils.Metric.getCurrentMetricName();
|
||||
|
||||
return {
|
||||
@ -164,6 +165,8 @@ define([
|
||||
if (palette) {
|
||||
palette.select(backColor);
|
||||
}
|
||||
|
||||
$('#paragraph-list input[name=paragraph-style]').val([_styleName]);
|
||||
}
|
||||
},
|
||||
|
||||
@ -324,7 +327,8 @@ define([
|
||||
},
|
||||
|
||||
onApiParagraphStyleChange: function(name) {
|
||||
$('#paragraph-list input[name=paragraph-style]').val([name]);
|
||||
_styleName = name;
|
||||
$('#paragraph-list input[name=paragraph-style]').val([_styleName]);
|
||||
}
|
||||
}
|
||||
})(), DE.Controllers.EditParagraph || {}))
|
||||
|
||||
Reference in New Issue
Block a user