Suneditor: Disable paste image

Created on 14 Aug 2020  ·  2Comments  ·  Source: JiHong88/SunEditor

Hi !
Is there any way to disable paste image in editor ? Thank you for help me!

question

Most helpful comment

Perhaps issue #384 might help you.

All 2 comments

Perhaps issue #384 might help you.

@tranchem

editor.onPaste(event, cleanData, maxCharCount, core) {
  if (e.dataTransfer.files.length > 0) return false;
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

BrianJVarley picture BrianJVarley  ·  3Comments

sirlancelot picture sirlancelot  ·  5Comments

chbin05 picture chbin05  ·  3Comments

drnkwati picture drnkwati  ·  6Comments

guido-visser picture guido-visser  ·  3Comments