Commit c7a7fd8
committed
fix: prevent text modification when Tab is pressed on execute-only completion items
Execute-only items (e.g., 'Browse files...') with an empty Value would
fall through to the text insertion logic, removing the trigger character
and inserting a space. Add a guard to close the popup cleanly instead.
Assisted-By: docker-agent1 parent 419b73d commit c7a7fd8
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
675 | 681 | | |
676 | | - | |
| 682 | + | |
677 | 683 | | |
678 | 684 | | |
679 | 685 | | |
| |||
0 commit comments