@rpg-engine/long-bow 0.7.60 → 0.7.61
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/hooks/useItemSlotDragAndDrop.ts +6 -1
|
@@ -27901,7 +27901,7 @@ var useItemSlotDragAndDrop = function useItemSlotDragAndDrop(_ref) {
|
|
|
27901
27901
|
}, 50);
|
|
27902
27902
|
} else if (item) {
|
|
27903
27903
|
var isTouch = e.type === 'touchend';
|
|
27904
|
-
if (!isContextMenuDisabled && isTouch && !isSelectingShortcut) {
|
|
27904
|
+
if (!isContextMenuDisabled && isTouch && !isSelectingShortcut && !draggingItem) {
|
|
27905
27905
|
setTooltipState(function (prev) {
|
|
27906
27906
|
return _extends({}, prev, {
|
|
27907
27907
|
mobileVisible: true
|