Commit 88c8daf1 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #34164

parent da634605
......@@ -1665,13 +1665,10 @@ background-repeat: no-repeat;\
if (!this.WordControl.m_oLogicDocument)
return false;
if (false === this.WordControl.m_oLogicDocument.Document_Is_SelectionLocked(changestype_Paragraph_Content))
{
if (AscCommon.g_clipboardBase.IsWorking())
return false;
if (AscCommon.g_clipboardBase.IsWorking())
return false;
return AscCommon.g_clipboardBase.Button_Paste();
}
return AscCommon.g_clipboardBase.Button_Paste();
};
asc_docs_api.prototype.Share = function()
......
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