@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.
@@ -33654,7 +33654,7 @@ var ItemSlot = /*#__PURE__*/mobxReactLite.observer(function (_ref) {
33654
33654
  var isOutsideDrop = classes.some(function (elm) {
33655
33655
  //elm matches ItemContainer string
33656
33656
  return elm.includes('rpgui-content');
33657
- });
33657
+ }) || classes.length === 0;
33658
33658
  if (isOutsideDrop) {
33659
33659
  setDropPosition({
33660
33660
  x: data.x,