Commit 134338c
committed
fix: auto-insert space before @mentions when needed
- Auto-insert space before @ when dragging/dropping files after text
- Auto-insert space before @ when using mention insertion after text
- Maintains regex restriction from PR #7876 to prevent parsing in pasted logs
- Added comprehensive tests for the new behavior
Fixes #80631 parent dcc6db0 commit 134338c
File tree
3 files changed
+192
-517
lines changed- webview-ui/src
- components/chat
- utils
- __tests__
3 files changed
+192
-517
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
793 | 802 | | |
794 | 803 | | |
795 | 804 | | |
| |||
0 commit comments