Use diff to find first changed block

This commit is contained in:
Saoud Rizwan
2024-09-10 21:46:03 -04:00
parent 83b813ab2a
commit 74ac4a69aa
2 changed files with 14 additions and 19 deletions

View File

@@ -607,7 +607,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
// borderLeft: "9px solid transparent", // NOTE: react-textarea-autosize doesn't calculate correct height when using borderLeft/borderRight so we need to use horizontal padding instead
// Instead of using boxShadow, we use a div with a border to better replicate the behavior when the textarea is focused
// boxShadow: "0px 0px 0px 1px var(--vscode-input-border)",
padding: "0 50px 0 9px",
padding: "0 53px 0 9px",
cursor: textAreaDisabled ? "not-allowed" : undefined,
flex: 1,
}}