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