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