Fix issues with hotkey during text inputs.

This commit is contained in:
Nichole Mattera
2020-08-12 19:07:36 -04:00
committed by Ethan Lee
parent 76b326aac3
commit 2ddd7a96fb
2 changed files with 8 additions and 1 deletions

View File

@@ -495,6 +495,7 @@ void editorclass::getlin(const enum textmode mode, const std::string& prompt, st
ed.textmod = mode;
ed.textptr = ptr;
ed.textdesc = prompt;
ed.textentry = true;
key.enabletextentry();
if (ptr)
{