Commit 23326ceb authored by Alexey.Musinov's avatar Alexey.Musinov

Merge branch 'develop' of https://github.com/ONLYOFFICE/sdkjs into develop

* 'develop' of https://github.com/ONLYOFFICE/sdkjs:
  Fixed bug #34164
parents 53b49042 88c8daf1
......@@ -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