mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[pdf] Added missed export
This commit is contained in:
committed by
Oleg Korshul
parent
bd178b9430
commit
36167d7dba
@ -415,7 +415,7 @@
|
||||
}
|
||||
}
|
||||
};
|
||||
PDFEditorApi.prototype.Paste = function()
|
||||
PDFEditorApi.prototype.Paste = function()
|
||||
{
|
||||
if (AscCommon.g_clipboardBase.IsWorking())
|
||||
return false;
|
||||
@ -966,5 +966,9 @@
|
||||
PDFEditorApi.prototype['asc_EditSelectAll'] = PDFEditorApi.prototype.asc_EditSelectAll;
|
||||
PDFEditorApi.prototype['Undo'] = PDFEditorApi.prototype.Undo;
|
||||
PDFEditorApi.prototype['Redo'] = PDFEditorApi.prototype.Redo;
|
||||
PDFEditorApi.prototype['asc_SelectionCut'] = PDFEditorApi.prototype.asc_SelectionCut;
|
||||
PDFEditorApi.prototype['asc_CheckCopy'] = PDFEditorApi.prototype.asc_CheckCopy;
|
||||
PDFEditorApi.prototype['Paste'] = PDFEditorApi.prototype.Paste;
|
||||
PDFEditorApi.prototype['asc_PasteData'] = PDFEditorApi.prototype.asc_PasteData;
|
||||
|
||||
})(window, window.document);
|
||||
|
||||
Reference in New Issue
Block a user