This commit is contained in:
2025-01-06 12:23:59 +00:00
parent ffe5198e46
commit 6ba16b06fb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ updateMouseClickInGame cfig w = case w ^. input . mouseContext of
& hud . hudElement . diCloseFilter .~ Nothing
OverInvSelect x
| ScancodeLShift `M.member` (w ^. input . pressedKeys)
&& (isGroupSelectableSection $ fst x) ->
&& isGroupSelectableSection (fst x) ->
w & input . mouseContext .~ OverInvDragSelect x (Just $ snd x)
OverInvSelect x -> startDrag x cfig w
OverTerminalReturn tmid -> terminalReturnEffect tmid w