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