@rpg-engine/long-bow 0.5.37 → 0.5.38

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.
@@ -14020,7 +14020,8 @@ var ItemSlot = /*#__PURE__*/mobxReactLite.observer(function (_ref) {
14020
14020
  onStart: onDraggableStart,
14021
14021
  onDrag: onDraggableProgress,
14022
14022
  position: dragPosition,
14023
- cancel: ".empty-slot"
14023
+ cancel: ".empty-slot",
14024
+ bounds: ".item-container-body"
14024
14025
  }, React__default.createElement(ItemContainer, {
14025
14026
  ref: dragContainer,
14026
14027
  isFocused: isFocused,