1
0
Fork 0

fix(flutter): fix captured keyboard during completion generation (#13350)

This commit is contained in:
Ardeshir Nahavandi Fard 2025-10-05 10:46:44 +03:30 committed by GitHub
parent d57775d89e
commit 1210973cbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,4 +26,4 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_flutter" ]]; then
_comps[flutter]=_flutter
fi
flutter zsh-completion >| "$ZSH_CACHE_DIR/completions/_flutter" &|
flutter zsh-completion < /dev/null >| "$ZSH_CACHE_DIR/completions/_flutter" &|