@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.
@@ -14015,7 +14015,8 @@ var ItemSlot = /*#__PURE__*/observer(function (_ref) {
14015
14015
  onStart: onDraggableStart,
14016
14016
  onDrag: onDraggableProgress,
14017
14017
  position: dragPosition,
14018
- cancel: ".empty-slot"
14018
+ cancel: ".empty-slot",
14019
+ bounds: ".item-container-body"
14019
14020
  }, React.createElement(ItemContainer, {
14020
14021
  ref: dragContainer,
14021
14022
  isFocused: isFocused,