Skip to content

Commit 93ae8d8

Browse files
GUI: Only cancel completion with the ui_cancel action
1 parent 506d6e4 commit 93ae8d8

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
@@ -570,10 +570,6 @@ void CodeEdit::gui_input(const Ref<InputEvent> &p_gui_input) {
570570
} else {
571571
update_code_completion = (allow_unicode_handling && k->get_unicode() >= 32);
572572
}
573-
574-
if (!update_code_completion) {
575-
cancel_code_completion();
576-
}
577573
}
578574

579575
/* MISC */

0 commit comments

Comments
 (0)