Skip to content

Commit 37c9a9c

Browse files
🐛 FIX: Copy workflow node that not selected
1 parent cee0c51 commit 37c9a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app/components/workflow/nodes/_base/components/panel-operator/panel-operator-popup.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const PanelOperatorPopup = ({
128128
className='flex items-center justify-between px-3 h-8 text-sm text-gray-700 rounded-lg cursor-pointer hover:bg-gray-50'
129129
onClick={() => {
130130
onClosePopup()
131-
handleNodesCopy()
131+
handleNodesCopy(id)
132132
}}
133133
>
134134
{t('workflow.common.copy')}

0 commit comments

Comments
 (0)