Skip to content

Commit

Permalink
fix: update interface
Browse files Browse the repository at this point in the history
Log: as title
  • Loading branch information
LiHua000 authored and deepin-mozart committed Sep 26, 2024
1 parent f10ec50 commit 5816f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/codegeex/copilot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ void Copilot::setCurrentModel(CodeGeeX::languageModel model)

void Copilot::handleTextChanged()
{
editorService->setCompletion("", QIcon::fromTheme("codegeex_anwser_icon"), QKeySequence(Qt::CTRL | Qt::Key_T));
editorService->setCompletion("");
QMetaObject::invokeMethod(this, [this]() {
if (generateTimer->isActive())
generateTimer->stop();
Expand Down

0 comments on commit 5816f65

Please sign in to comment.