Adds prop hideContextMenuKebab to toggle context menu via Shift + Right Click only. cc @ferhoyos
To test:
In DemoNode.tsx, add hideContextMenuKebab as a prop of the DefaultNode component. In the demo app, go to Topology Package and in the "Node Options" dropdown, check Labels and Context Menus.
In DemoTaskNode.tsx, add hideContextMenuKebab as a prop of the TaskNode component. In the demo app, go to Pipelines -> Task Nodes and select "Context Menus" in the toolbar.
Type of change
[x] Feature
[ ] Bugfix
[ ] Code style update (formatting, renaming)
[ ] Refactoring (no functional changes, no api changes)
What
Closes #237
Description
Adds prop
hideContextMenuKebab
to toggle context menu via Shift + Right Click only. cc @ferhoyosTo test:
In
DemoNode.tsx
, addhideContextMenuKebab
as a prop of theDefaultNode
component. In the demo app, go to Topology Package and in the "Node Options" dropdown, check Labels and Context Menus.In
DemoTaskNode.tsx
, addhideContextMenuKebab
as a prop of theTaskNode
component. In the demo app, go to Pipelines -> Task Nodes and select "Context Menus" in the toolbar.Type of change
Screen shots / Gifs for design review