Skip to content

Commit

Permalink
Merge branch 'evaera:master' into ignore-nocollide
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyt1 authored Aug 29, 2024
2 parents 7481ffb + fce0f0b commit 2070aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cmdr/CmdrClient/CmdrInterface/Window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2070aa0

Please sign in to comment.