add comment
This commit is contained in:
@@ -123,6 +123,9 @@ export class Editor extends EventEmitter {
|
||||
this.options = { ...this.options, ...options }
|
||||
}
|
||||
|
||||
/**
|
||||
* Update editable state of the editor.
|
||||
*/
|
||||
public setEditable(editable: boolean): void {
|
||||
this.setOptions({ editable })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user