Skip to content

Commit 545cc69

Browse files
committed
Use text cursor in inline editable textarea
1 parent f16165c commit 545cc69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/code/src/renderer/components/action-selector/InlineEditableText.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export function InlineEditableText({
8787
overflow: "auto",
8888
maxHeight: "120px",
8989
wordBreak: "break-word",
90+
cursor: "text",
9091
userSelect: active ? "auto" : "none",
9192
pointerEvents: active ? "auto" : "none",
9293
}}

0 commit comments

Comments
 (0)