wwf
2025-11-18 77950e48c76f4a3b29d01831d43039caba29888a
app/components/workflow/nodes/_base/components/add-variable-popup-with-position.tsx
@@ -29,7 +29,7 @@
  nodeId,
  nodeData,
}: AddVariablePopupWithPositionProps) => {
  const ref = useRef<HTMLDivElement>(null)
  const ref = useRef(null)
  const showAssignVariablePopup = useStore(s => s.showAssignVariablePopup)
  const setShowAssignVariablePopup = useStore(s => s.setShowAssignVariablePopup)
  const { handleNodeDataUpdate } = useNodeDataUpdate()