add comment

This commit is contained in:
Philipp Kühn 2021-03-05 12:15:50 +01:00
parent 56e1a0e045
commit c925160e78

View File

@ -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 })