diff --git a/Content.Client/Chat/ChatBox.cs b/Content.Client/Chat/ChatBox.cs index 5561e70e41..2bf877d901 100644 --- a/Content.Client/Chat/ChatBox.cs +++ b/Content.Client/Chat/ChatBox.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; @@ -700,6 +700,8 @@ namespace Content.Client.Chat protected override void MouseExited() { + base.MouseExited(); + if (_currentDrag == DragMode.None && !_lobbyMode) { DefaultCursorShape = CursorShape.Arrow;