Skip to content

Commit 8c48c73

Browse files
committed
test(textarea): update tests
1 parent cb8b2c2 commit 8c48c73

File tree

5 files changed

+336
-133
lines changed

5 files changed

+336
-133
lines changed

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 { ChatTextArea } from "./ChatTextArea"
45+
import { ChatLexicalTextArea } from "./ChatLexicalTextArea"
4646
import { MAX_IMAGES_PER_MESSAGE } from "./ChatView"
4747
import { useSelectedModel } from "../ui/hooks/useSelectedModel"
4848
import {
@@ -1151,7 +1151,7 @@ export const ChatRowContent = ({
11511151
)}>
11521152
{isEditing ? (
11531153
<div className="flex flex-col gap-2">
1154-
<ChatTextArea
1154+
<ChatLexicalTextArea
11551155
inputValue={editedContent}
11561156
setInputValue={setEditedContent}
11571157
sendingDisabled={false}

0 commit comments

Comments
 (0)