fix ImMemWindow hotkeys globally interfering with text input

This commit is contained in:
fcrwr
2026-02-27 13:58:24 +05:00
parent 79bca7b69c
commit 170a129363
+3 -1
View File
@@ -1180,7 +1180,9 @@ void ImMemWindow::Draw(MIPSDebugInterface *mipsDebug, ImConfig &cfg, ImControl &
StatusBar(memView_.StatusMessage());
ImGui::End();
ProcessKeyboardShortcuts();
if (!ImGui::GetIO().WantTextInput) {
ProcessKeyboardShortcuts();
}
}
const char *ImMemWindow::Title(int index) {