@rpg-engine/long-bow 0.5.79 → 0.5.80
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 +1 -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 +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Item/Inventory/ItemSlot.tsx +1 -1
|
@@ -14266,7 +14266,7 @@ var ItemSlot = /*#__PURE__*/mobxReactLite.observer(function (_ref) {
|
|
|
14266
14266
|
onDrag: onDraggableProgress,
|
|
14267
14267
|
position: dragPosition,
|
|
14268
14268
|
cancel: ".empty-slot",
|
|
14269
|
-
bounds: ".item-container-body"
|
|
14269
|
+
bounds: ".item-container-body, .equipment-container-body"
|
|
14270
14270
|
}, React__default.createElement(ItemContainer, {
|
|
14271
14271
|
ref: dragContainer,
|
|
14272
14272
|
isFocused: isFocused,
|