[DE] Fix Bug 46117
This commit is contained in:
parent
763ea6a2f8
commit
e67ef8b98c
|
@ -299,7 +299,7 @@ define([
|
|||
primary: 'yes',
|
||||
callback: _.bind(function (btn) {
|
||||
if (btn == 'yes') {
|
||||
this.api.asc_RemoveAllFootnotes();
|
||||
this.api.asc_RemoveAllFootnotes(true, false);
|
||||
}
|
||||
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
||||
}, this)
|
||||
|
|
Loading…
Reference in a new issue