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