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