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

Method disableReadOnlyMode

tests/_utils/editor.ts:88–90  ·  view source on GitHub ↗
( lockId: string )

Source from the content-addressed store, hash-verified

86 }
87
88 public disableReadOnlyMode( lockId: string ): void {
89 this._readOnlyLocks.delete( lockId );
90 }
91
92 public detachEditable(): Promise<void> {
93 return Promise.resolve();

Callers 4

shouldComponentUpdateMethod · 0.80
useMultiRootEditorFunction · 0.80
editor.test.tsxFile · 0.80
toggleReadOnlyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected