@rpg-engine/long-bow 0.3.78 → 0.3.79

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.
@@ -33826,7 +33826,7 @@ var ItemSlot = /*#__PURE__*/observer(function (_ref) {
33826
33826
  }, 100);
33827
33827
  } else if (item) {
33828
33828
  var isTouch = false;
33829
- if (e.type === 'touchend' && !isSelectingShortcut) {
33829
+ if (!isContextMenuDisabled && e.type === 'touchend' && !isSelectingShortcut) {
33830
33830
  isTouch = true;
33831
33831
  setIsTooltipMobileVisible(true);
33832
33832
  }