(Controlled.prototype.moveCursor = function(e, t) {
            var r = this.editor.getDoc()
            t ? r.setCursor(e) : r.setCursor(e, null, { scroll: !1 })
          }),