Fix text box not consuming key down event causing editor shortcuts activate when typing

This commit is contained in:
Wojtek Figat
2022-07-19 15:37:36 +02:00
parent 1019550d4a
commit 2de20b93c7

View File

@@ -1278,7 +1278,7 @@ namespace FlaxEngine.GUI
}
}
return false;
return true;
}
}
}