chat: auto detect links (#8028)
@ConradIrwin here's our current implementation for auto detecting links in the chat. We also fixed an edge case where the close reply to preview button was cut off (rendered off screen). Release Notes: - Added auto detection for links in the chat panel. --------- Co-authored-by: Remco Smits <62463826+RemcoSmitsDev@users.noreply.github.com>
This commit is contained in:
co-authored by
Remco Smits
parent
1e44bac418
commit
3ef8a9910d
Generated
+1
@@ -7555,6 +7555,7 @@ dependencies = [
|
||||
"gpui",
|
||||
"language",
|
||||
"lazy_static",
|
||||
"linkify",
|
||||
"pulldown-cmark",
|
||||
"smallvec",
|
||||
"smol",
|
||||
|
||||
Reference in New Issue
Block a user