From e67ef8b98c07a4e819fb3572393d21d07a0ee2f5 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 13 Aug 2020 14:10:08 +0300 Subject: [PATCH] [DE] Fix Bug 46117 --- apps/documenteditor/main/app/controller/Links.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/controller/Links.js b/apps/documenteditor/main/app/controller/Links.js index 4c3a5d09e..64cdb0c9c 100644 --- a/apps/documenteditor/main/app/controller/Links.js +++ b/apps/documenteditor/main/app/controller/Links.js @@ -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)