@rpg-engine/long-bow 0.2.92 → 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.
@@ -33646,11 +33646,10 @@ var ItemSlot = /*#__PURE__*/observer(function (_ref) {
33646
33646
  var _e$target;
33647
33647
  //@ts-ignore
33648
33648
  var classes = Array.from((_e$target = e.target) == null ? void 0 : _e$target.classList);
33649
- console.log(classes);
33650
33649
  var isOutsideDrop = classes.some(function (elm) {
33651
33650
  //elm matches ItemContainer string
33652
33651
  return elm.includes('rpgui-content');
33653
- });
33652
+ }) || classes.length === 0;
33654
33653
  if (isOutsideDrop) {
33655
33654
  setDropPosition({
33656
33655
  x: data.x,