_onVerticalBarTouchEnd(e) {
            $.each(e.originalEvent.changedTouches, (i, touch) => {
                if (touch.identifier === this._verticalBarTouchId) {
                    e.preventDefault();