MCPcopy Create free account
hub / github.com/ckeditor/ckeditor5-react / getEditableElement

Method getEditableElement

tests/_utils/editor.ts:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 this.createEditable = () => document.createElement( 'div' );
67 this.ui = {
68 getEditableElement() {
69 return document.createElement( 'div' );
70 }
71 };
72 this.plugins = new Set();
73 this._readOnlyLocks = new Set();

Callers 2

EditorEditable.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected