@rpg-engine/long-bow 0.2.91 → 0.2.92

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,6 +33646,7 @@ 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);
33649
33650
  var isOutsideDrop = classes.some(function (elm) {
33650
33651
  //elm matches ItemContainer string
33651
33652
  return elm.includes('rpgui-content');