Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
shouldComponentUpdate
Method · 0.80
useMultiRootEditor
Function · 0.80
editor.test.tsx
File · 0.80
toggleReadOnly
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected