@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.
- package/dist/long-bow.cjs.development.js +2 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +2 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Item/Inventory/ItemSlot.tsx +1 -0
|
@@ -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,
|