Commit 67e4fd3b authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #34387

parent 24788cba
...@@ -2599,7 +2599,7 @@ CFootnotesController.prototype.GetSelectedText = function(bClearText, oPr) ...@@ -2599,7 +2599,7 @@ CFootnotesController.prototype.GetSelectedText = function(bClearText, oPr)
if (true === bClearText) if (true === bClearText)
{ {
if (true !== this.Selection.Use || 0 !== this.Selection.Direction) if (true !== this.Selection.Use || 0 !== this.Selection.Direction)
return null; return "";
return this.CurFootnote.Get_SelectedText(true, oPr); return this.CurFootnote.Get_SelectedText(true, oPr);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment