[DE] Fix Bug 46117

This commit is contained in:
Julia Radzhabova 2020-08-13 14:10:08 +03:00
parent 763ea6a2f8
commit e67ef8b98c

View file

@ -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)