if (this._state.inDrag === false && this._alwaysShowTooltip !== true) {
                    this._removeClass(this.tooltip, 'show');
                    this._removeClass(this.tooltip_min, 'show');
                    this._removeClass(this.tooltip_max, 'show');
                }