Commit c5e360b5 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #34361

parent 7007ba7a
...@@ -9322,7 +9322,7 @@ Paragraph.prototype = ...@@ -9322,7 +9322,7 @@ Paragraph.prototype =
MMData.Type = AscCommon.c_oAscMouseMoveDataTypes.Hyperlink; MMData.Type = AscCommon.c_oAscMouseMoveDataTypes.Hyperlink;
MMData.Hyperlink = new Asc.CHyperlinkProperty( Hyperlink ); MMData.Hyperlink = new Asc.CHyperlinkProperty( Hyperlink );
} }
else if (null !== Footnote) else if (null !== Footnote && this.Parent instanceof CDocument)
{ {
MMData.Type = AscCommon.c_oAscMouseMoveDataTypes.Footnote; MMData.Type = AscCommon.c_oAscMouseMoveDataTypes.Footnote;
MMData.Text = Footnote.GetHint(); MMData.Text = Footnote.GetHint();
......
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