@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.
- package/dist/long-bow.cjs.development.js +1 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Item/Inventory/ItemSlot.tsx +5 -1
|
@@ -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
|
}
|