Skip to content

Commit 36c6ce9

Browse files
committed
Merge pull request #97660 from HolonProduction/completion-cancelation-🌈
GUI: Only cancel completion with the `ui_cancel` action
2 parents 20064cf + 93ae8d8 commit 36c6ce9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎scene/gui/code_edit.cpp‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -572,10 +572,6 @@ void CodeEdit::gui_input(const Ref<InputEvent> &p_gui_input) {
572572
} else {
573573
update_code_completion = (allow_unicode_handling && k->get_unicode() >= 32);
574574
}
575-
576-
if (!update_code_completion) {
577-
cancel_code_completion();
578-
}
579575
}
580576

581577
/* MISC */

0 commit comments

Comments
 (0)