[DE] Change list level
This commit is contained in:
parent
f667823e07
commit
a9a7f01cd7
|
@ -1416,7 +1416,7 @@ define([
|
||||||
|
|
||||||
onChangeLevelClick: function(type, menu, item) {
|
onChangeLevelClick: function(type, menu, item) {
|
||||||
if (this.api) {
|
if (this.api) {
|
||||||
// this.api.changeListLevel(item.options.value);
|
this.api.asc_SetNumberingLvl(item.options.level);
|
||||||
}
|
}
|
||||||
|
|
||||||
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
||||||
|
|
Loading…
Reference in a new issue