Skip to content

Commit

Permalink
fix: [inline chat] The keypad Enter key cannot trigger a submit request
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakueeen authored and deepin-mozart committed Nov 7, 2024
1 parent 33c9ac8 commit 41928bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/codegeex/widgets/inlinechatwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,7 @@ bool InlineChatWidget::eventFilter(QObject *obj, QEvent *e)
break;
}
}
case Qt::KeypadModifier:
case Qt::NoModifier: {
switch (ke->key()) {
case Qt::Key_Enter:
Expand Down

0 comments on commit 41928bc

Please sign in to comment.