Hi,
I'm using the Rich Text Editor and found this error.
Step 2: Choose Format Option as "Keep Format".
Step 3: Turn on Chrome DevTools
Step 4: Have an image in clipboard E.g. by screen capture, or copy from inside a MS Word document.
Step 5: Paste into the demo editor.
Step 6: Observe the editor and DevTools console.
Result: Image was not pasted, console has logged error:
build.js:70 Uncaught TypeError: Cannot read property 'createElement' of undefined
at Object.e.imageFormatting (build.js:70)
at e.createImage (build.js:70)
at e.imageCommand (build.js:70)
at e.notify (build.js:1)
at e.execCommand (build.js:70)
at Object.callBack (build.js:70)
at FileReader.<anonymous> (build.js:70)