@rpg-engine/long-bow 0.2.48 → 0.2.50

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.
@@ -28003,12 +28003,6 @@ var generateContextMenu = function generateContextMenu(item, itemContainerType)
28003
28003
  break;
28004
28004
  }
28005
28005
  }
28006
- if (item.hasUseWith) {
28007
- contextActionMenu.push({
28008
- id: 'use-with',
28009
- text: 'Use With...'
28010
- });
28011
- }
28012
28006
  return contextActionMenu;
28013
28007
  };
28014
28008