mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 21:20:44 +00:00
Remove duplicate useEffect that was causing suggestions visibility state to diverge from the actual active completion. The original useEffect at line 760 already correctly tracks activeCompletion.showSuggestions, which dynamically selects the current active completion source (regular, reverse search, or command search). The removed useEffect used OR logic across all three completion sources, which caused hasSuggestionsVisible in AppContainer to flip incorrectly during command-search mode when background completion state changed. This fix ensures Tab key blocking/unblocking happens at the correct times on Windows. |
||
|---|---|---|
| .. | ||
| cli | ||
| core | ||
| sdk-java | ||
| sdk-typescript | ||
| test-utils | ||
| vscode-ide-companion | ||
| webui | ||
| zed-extension | ||