diff --git a/Cmdr/CmdrClient/CmdrInterface/Window.lua b/Cmdr/CmdrClient/CmdrInterface/Window.lua index 5d3a616d..2ee222fc 100644 --- a/Cmdr/CmdrClient/CmdrInterface/Window.lua +++ b/Cmdr/CmdrClient/CmdrInterface/Window.lua @@ -151,7 +151,7 @@ function Window:LoseFocus(submit) self:ClearHistoryState() - if Gui.Visible and not GuiService.MenuIsOpen then + if Gui.Visible and not GuiService.MenuIsOpen and not UserInputService.TouchEnabled then -- self:SetEntryText("") Entry.TextBox:CaptureFocus() elseif GuiService.MenuIsOpen and Gui.Visible then