this.props.onCursor &&
                    this.editor.on("cursorActivity", function(t) {
                      var n = e.editor.getCursor()
                      e.props.onCursor(e.editor, { line: n.line, ch: n.ch })
                    }),