Hi ! Is there any way to disable paste image in editor ? Thank you for help me!
Perhaps issue #384 might help you.
@tranchem
editor.onPaste(event, cleanData, maxCharCount, core) { if (e.dataTransfer.files.length > 0) return false; }
Most helpful comment
Perhaps issue #384 might help you.