wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
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()