TextEdit: Avoid capturing KEY_ESCAPE when there is no completion hint
This commit is contained in:
parent
9daaa70920
commit
65fa8f91ca
1 changed files with 2 additions and 1 deletions
|
@ -1892,7 +1892,8 @@ void TextEdit::_input_event(const InputEvent& p_input_event) {
|
|||
if (completion_hint!="") {
|
||||
completion_hint="";
|
||||
update();
|
||||
|
||||
} else {
|
||||
scancode_handled=false;
|
||||
}
|
||||
} break;
|
||||
case KEY_TAB: {
|
||||
|
|
Loading…
Reference in a new issue