Commit c1e50e55 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #33548. Fixed an issue with drag-n-drop a table inside a footnote.

parent bba244c7
......@@ -1300,6 +1300,10 @@ CFootnotesController.prototype.GotoPage = function(nPageAbs)
this.private_SetCurrentFootnoteNoSelection(oFootnote);
oFootnote.Cursor_MoveToStartPos(false);
};
CFootnotesController.prototype.Check_TableCoincidence = function(oTable)
{
return false;
};
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Private area
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
......
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