diff --git a/.changeset/short-teachers-jump.md b/.changeset/short-teachers-jump.md new file mode 100644 index 000000000000..7cd3c657ec5b --- /dev/null +++ b/.changeset/short-teachers-jump.md @@ -0,0 +1,5 @@ +--- +"kilo-code": patch +--- + +Fix image thumbnails after pasting image (thanks @Aikiboy123) diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index 8e444d676824..b4f0ba82b97b 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -951,7 +951,7 @@ const ChatTextArea = forwardRef(