case "onFocus":
                this.editor.on("focus", function(e, r) {
                  t.props.onFocus(t.editor, r)
                })
                break