@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.
@@ -27895,7 +27895,7 @@ var useItemSlotDragAndDrop = function useItemSlotDragAndDrop(_ref) {
27895
27895
  }, 50);
27896
27896
  } else if (item) {
27897
27897
  var isTouch = e.type === 'touchend';
27898
- if (!isContextMenuDisabled && isTouch && !isSelectingShortcut) {
27898
+ if (!isContextMenuDisabled && isTouch && !isSelectingShortcut && !draggingItem) {
27899
27899
  setTooltipState(function (prev) {
27900
27900
  return _extends({}, prev, {
27901
27901
  mobileVisible: true