Commit 91fdc30a authored by Ilya Kirillov's avatar Ilya Kirillov

Now paste function is allowed in fast mode.

parent cecae5f2
......@@ -1762,7 +1762,7 @@ background-repeat: no-repeat;\
if (!_logicDoc)
return;
if (false === _logicDoc.Document_Is_SelectionLocked(changestype_Paragraph_Content))
if (false === _logicDoc.Document_Is_SelectionLocked(changestype_Paragraph_Content, null, true, false))
{
if (!useCurrentPoint) {
_logicDoc.Create_NewHistoryPoint(AscDFH.historydescription_Document_PasteHotKey);
......
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