Commit 47df7504 authored by Oleg Korshul's avatar Oleg Korshul

баги

parent 90d6cdda
......@@ -294,6 +294,10 @@
this.IsUseFirstTextInputAfterComposition = true;
return;
}
else
{
this.onCompositionUpdate(e, false);
}
}
else
{
......
......@@ -1840,7 +1840,7 @@ background-repeat: no-repeat;\
return;
}
return AscCommon.Editor_Copy_Button(this);
return AscCommon.g_clipboardBase.Button_Copy();
};
asc_docs_api.prototype.Update_ParaTab = function(Default_Tab, ParaTabs)
{
......@@ -1860,7 +1860,7 @@ background-repeat: no-repeat;\
return;
}
return AscCommon.Editor_Copy_Button(this, true);
return AscCommon.g_clipboardBase.Button_Cut();
};
asc_docs_api.prototype.Paste = 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