@rpg-engine/long-bow 0.2.91 → 0.2.93
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 +5 -4
package/dist/long-bow.esm.js
CHANGED
|
@@ -33649,7 +33649,7 @@ var ItemSlot = /*#__PURE__*/observer(function (_ref) {
|
|
|
33649
33649
|
var isOutsideDrop = classes.some(function (elm) {
|
|
33650
33650
|
//elm matches ItemContainer string
|
|
33651
33651
|
return elm.includes('rpgui-content');
|
|
33652
|
-
});
|
|
33652
|
+
}) || classes.length === 0;
|
|
33653
33653
|
if (isOutsideDrop) {
|
|
33654
33654
|
setDropPosition({
|
|
33655
33655
|
x: data.x,
|