[DE] Change list level

This commit is contained in:
Julia Radzhabova 2021-02-05 14:08:18 +03:00
parent f667823e07
commit a9a7f01cd7

View file

@ -1416,7 +1416,7 @@ define([
onChangeLevelClick: function(type, menu, item) {
if (this.api) {
// this.api.changeListLevel(item.options.value);
this.api.asc_SetNumberingLvl(item.options.level);
}
Common.NotificationCenter.trigger('edit:complete', this.toolbar);