indicator-ui 0.0.321 → 0.0.322
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -42522,7 +42522,7 @@ function useSmartScroll() {
|
|
|
42522
42522
|
wheelCallbackDelay = options.wheelCallbackDelay,
|
|
42523
42523
|
touchmoveCallbackDelay = options.touchmoveCallbackDelay,
|
|
42524
42524
|
_options$dragScrollDi = options.dragScrollDisabled,
|
|
42525
|
-
dragScrollDisabled = _options$dragScrollDi === void 0 ?
|
|
42525
|
+
dragScrollDisabled = _options$dragScrollDi === void 0 ? true : _options$dragScrollDi,
|
|
42526
42526
|
_options$touchmoveDis = options.touchmoveDisabled,
|
|
42527
42527
|
touchmoveDisabled = _options$touchmoveDis === void 0 ? false : _options$touchmoveDis,
|
|
42528
42528
|
_options$wheelDisable = options.wheelDisabled,
|