if (
                !this._isReachEventTriggered[Position.RIGHT] &&
                this._currentPosition.x + this._config.distanceToReach.x >= this._maxScrollLeft
            ) {
                this._$element.trigger(Event.REACH_RIGHT);