wwf
2025-11-18 77950e48c76f4a3b29d01831d43039caba29888a
app/components/workflow/nodes/_base/components/support-var-input/index.tsx
@@ -31,7 +31,7 @@
  return (
    <div
      className={
        cn(wrapClassName, 'flex h-full w-full')
        cn(wrapClassName, 'flex w-full h-full')
      } onClick={onFocus}
    >
      {(isFocus && !readonly && children)
@@ -40,7 +40,7 @@
        )
        : (
          <div
            className={cn(textClassName, 'h-full w-0 grow truncate whitespace-nowrap')}
            className={cn(textClassName, 'w-0 grow h-full whitespace-nowrap truncate')}
            title={value}
            dangerouslySetInnerHTML={{
              __html: withHightContent,