Skip to content

Commit e054cef

Browse files
committed
don't allow flip handles for subflows
1 parent dc0040d commit e054cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/context-menu/block-context-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export function BlockContextMenu({
118118
{getToggleEnabledLabel()}
119119
</PopoverItem>
120120
)}
121-
{!allNoteBlocks && (
121+
{!allNoteBlocks && !isSubflow && (
122122
<PopoverItem
123123
disabled={disableEdit}
124124
onClick={() => {

0 commit comments

Comments
 (0)