Skip to content

Commit e45375e

Browse files
committed
refactor(textarea): deprecate old textarea
1 parent 2481a51 commit e45375e

File tree

9 files changed

+625
-2461
lines changed

9 files changed

+625
-2461
lines changed

webview-ui/src/components/chat/ChatLexicalTextArea.tsx

Lines changed: 0 additions & 932 deletions
This file was deleted.

webview-ui/src/components/chat/ChatRow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import { CondenseContextErrorRow, CondensingContextRow, ContextCondenseRow } fro
4242
import CodebaseSearchResultsDisplay from "./CodebaseSearchResultsDisplay"
4343
import { appendImages } from "@src/utils/imageUtils"
4444
import { McpExecution } from "./McpExecution"
45-
import { ChatLexicalTextArea } from "./ChatLexicalTextArea"
45+
import { ChatTextArea } from "./ChatTextArea"
4646
import { MAX_IMAGES_PER_MESSAGE } from "./ChatView"
4747
import { useSelectedModel } from "../ui/hooks/useSelectedModel"
4848
import {
@@ -1154,7 +1154,7 @@ export const ChatRowContent = ({
11541154
)}>
11551155
{isEditing ? (
11561156
<div className="flex flex-col gap-2">
1157-
<ChatLexicalTextArea
1157+
<ChatTextArea
11581158
inputValue={editedContent}
11591159
setInputValue={setEditedContent}
11601160
sendingDisabled={false}

0 commit comments

Comments
 (0)