mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
[ve] Fix mobile touch; Fix bug 72317
This commit is contained in:
@ -801,3 +801,12 @@ AscCommonWord.CPresentationField.prototype.private_GetString = function()
|
||||
}
|
||||
return sStr;
|
||||
};
|
||||
|
||||
//todo CMobileDelegateEditorDiagram
|
||||
AscCommon.CMobileDelegateEditorPresentation.prototype.GetObjectTrack = function(x, y, page, bSelected, bText) { return false; }
|
||||
AscCommon.CMobileDelegateEditorPresentation.prototype.GetSelectionRectsBounds = function () { return null; }
|
||||
AscCommon.CMobileDelegateEditorPresentation.prototype.GetSelectionRectsBounds = function () { return null; }
|
||||
AscCommon.CMobileDelegateEditorPresentation.prototype.GetContextMenuType = function () { return AscCommon.MobileTouchContextMenuType.None; }
|
||||
AscCommon.CMobileDelegateEditorPresentation.prototype.GetContextMenuInfo = function () {}
|
||||
AscCommon.CMobileDelegateEditorPresentation.prototype.GetContextMenuPosition = function () { return { X : 0, Y : 0, Mode : AscCommon.MobileTouchContextMenuType.None }; }
|
||||
AscCommon.CMobileDelegateEditorPresentation.prototype.Logic_GetNearestPos = function () { return null; }
|
||||
|
||||
Reference in New Issue
Block a user