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