assistant_context_editor: Fix copy paste regression (#31882)

Closes #31166

Release Notes:

- Fixed an issue where copying and pasting an assistant response in text
threads would result in duplicate text
This commit is contained in:
Bennet Bo Fenner 2025-06-02 11:52:47 +02:00 committed by GitHub
parent 8fb7fa941a
commit 6d99c12796
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 227 additions and 83 deletions

1
Cargo.lock generated
View file

@ -525,6 +525,7 @@ dependencies = [
"fuzzy",
"gpui",
"indexed_docs",
"indoc",
"language",
"language_model",
"languages",