@plesk/ui-library 3.41.0 → 3.41.1

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.
@@ -216,6 +216,7 @@ class ItemList extends _react.Component {
216
216
  axis: "xy",
217
217
  helperClass: helperClass,
218
218
  onSortEnd: onReorderEnd,
219
+ disableAutoscroll: true,
219
220
  ...props,
220
221
  children: _react.Children.map(children, (child, index) => {
221
222
  if (/*#__PURE__*/(0, _react.isValidElement)(child)) {
package/cjs/index.js CHANGED
@@ -46,5 +46,5 @@ Object.keys(_components).forEach(function (key) {
46
46
  });
47
47
  });
48
48
  // Copyright 1999-2023. Plesk International GmbH. All rights reserved.
49
- const version = exports.version = "3.41.0";
49
+ const version = exports.version = "3.41.1";
50
50
  (0, _svg4everybody.default)();