Fix ChatBox not calling OnMouseExited

This commit is contained in:
ShadowCommander
2021-05-31 18:57:36 -07:00
parent 6c310f47a2
commit ae4534a29a

View File

@@ -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;