Update QvAutoCompleteTextEdit.cpp

This commit is contained in:
parhelia512 2025-08-06 01:49:35 +08:00 committed by GitHub
parent bc29296716
commit 842df2110e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,6 @@ namespace Qv2ray::ui::widgets {
case Qt::Key_Escape:
case Qt::Key_Tab:
case Qt::Key_Backtab:
case Qt::Key_Asterisk:
e->ignore();
return; // let the completer do default behavior