@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -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,
|