diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/condition-input/condition-input.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/condition-input/condition-input.tsx index c9a550e6345..7bca8ddcbf1 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/condition-input/condition-input.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/condition-input/condition-input.tsx @@ -8,7 +8,6 @@ import { getCodeEditorProps, highlight, languages, - Textarea, Tooltip, } from '@sim/emcn' import { ChevronDown, ChevronsUpDown, ChevronUp, Plus, Trash } from '@sim/emcn/icons' @@ -31,6 +30,7 @@ import { getValidWorkflowSearchRange, type WorkflowSearchTextHighlight, } from '@/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/formatted-text' +import { MirroredTextarea } from '@/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/mirrored-field/mirrored-field' import { checkTagTrigger, TagDropdown, @@ -1044,7 +1044,7 @@ export function ConditionInput({ onDragOver={(e) => e.preventDefault()} onDrop={(e) => handleDrop(block.id, e)} > -