@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.
@@ -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,