How to enable paste feature in SyncFusion ej2 document editor?

I couldn't able to enable paste even if i giving it as true,

 documenteditor.enableLocalPaste = true;

is there anything else i need to do for this??

1 Reply 1 reply marked as answer

SM Suriya Murugan Syncfusion Team August 17, 2020 12:34 PM UTC

 
Hi Solomon, 
 
 
Please refer the below documentation. 
 
 
 
documentEditor.editor.cut(); 
documenteditor.enableLocalPaste = true; 
documentEditor.editor.paste(); 


Regards, 
 
Suriya M. 


Marked as answer
Loader.
Up arrow icon