add createdProxy event
This commit is contained in:
@@ -61,6 +61,7 @@ export class Editor extends EventEmitter {
|
||||
constructor(options: Partial<EditorOptions> = {}) {
|
||||
super()
|
||||
this.options = { ...this.options, ...options }
|
||||
this.on('createdProxy', this.init)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user