fix crayon (#30263)

Co-authored-by: plykiya <plykiya@protonmail.com>
This commit is contained in:
Plykiya
2024-07-22 19:22:59 -07:00
committed by GitHub
parent 768aeb28ec
commit 851a0e15a7

View File

@@ -89,6 +89,7 @@ namespace Content.Client.Crayon.UI
if (obj.Button.Name == null) return; if (obj.Button.Name == null) return;
_selected = obj.Button.Name; _selected = obj.Button.Name;
OnSelected?.Invoke(_selected);
RefreshList(); RefreshList();
} }