this.props.onScroll &&
                    this.editor.on("scroll", function(t) {
                      var n = e.editor.getScrollInfo()
                      e.props.onScroll(e.editor, { x: n.left, y: n.top })
                    }),