mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 07:41:12 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58169 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
b6ff969c4a
commit
528f7d11b8
@ -13759,7 +13759,7 @@ CopyProcessor.prototype =
|
||||
{
|
||||
case para_Text:
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
var sValue = ParaItem.Value;
|
||||
var sValue = String.fromCharCode(ParaItem.Value);
|
||||
if(sValue)
|
||||
sRes += CopyPasteCorrectString(sValue);
|
||||
break;
|
||||
@ -270627,7 +270627,7 @@ CDocument.prototype =
|
||||
{
|
||||
this.TurnOffRecalc = false;
|
||||
|
||||
if (bRecalculte)
|
||||
if (bRecalculate)
|
||||
this.Recalculate();
|
||||
},
|
||||
|
||||
@ -425678,6 +425678,7 @@ CDrawingDocument.prototype =
|
||||
}
|
||||
case 5: // Press
|
||||
{
|
||||
this.StartUpdateOverlay();
|
||||
check_KeyboardEvent_Array(_params, _offset);
|
||||
this.LogicDocument.OnKeyPress(global_keyboardEvent);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user