You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #97660 from HolonProduction/completion-cancelation-🌈
GUI: Only cancel completion with the `ui_cancel` action
This commit is contained in:
@@ -572,10 +572,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 */
|
||||
|
||||
Reference in New Issue
Block a user