You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the editor "basic" example, select the example below and paste into WYSIWYG editor:
var foo = function (bar) {
return bar++;
};
Expected Behavior
No exceptions should be thrown, but the following exception is thrown:
TypeError: Cannot set property 'innerHTML' of null
at VM25 tui-editor-Editor-full.js:107801
at Array.forEach (<anonymous>)
at WwClipboardManager._replaceNewLineToBr (VM25 tui-editor-Editor-full.js:107799)
at WwClipboardManager._preparePaste (VM25 tui-editor-Editor-full.js:107947)
at WwClipboardManager._onWillPaste (VM25 tui-editor-Editor-full.js:107813)
at WwClipboardManager._executeHandler (VM25 tui-editor-Editor-full.js:107707)
at VM25 tui-editor-Editor-full.js:107685
at VM25 tui-editor-Editor-full.js:36952
at forEachArray (VM25 tui-editor-Editor-full.js:11653)
at Object.forEach (VM25 tui-editor-Editor-full.js:11730)
The text was updated successfully, but these errors were encountered:
Version
1.4.8
Test Environment
Linux, Chromium 78.0
Current Behavior
Open the editor "basic" example, select the example below and paste into WYSIWYG editor:
Expected Behavior
No exceptions should be thrown, but the following exception is thrown:
The text was updated successfully, but these errors were encountered: