Skip to content

Commit

Permalink
GUI: Only cancel completion with the ui_cancel action
Browse files Browse the repository at this point in the history
  • Loading branch information
HolonProduction committed Sep 30, 2024
1 parent 506d6e4 commit 93ae8d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scene/gui/code_edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,6 @@ void CodeEdit::gui_input(const Ref<InputEvent> &p_gui_input) {
} else {
update_code_completion = (allow_unicode_handling && k->get_unicode() >= 32);
}

if (!update_code_completion) {
cancel_code_completion();
}
}

/* MISC */
Expand Down

0 comments on commit 93ae8d8

Please sign in to comment.