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 deltanedas
parent d8eec4625c
commit be5dbe0cd8
1 changed files with 1 additions and 0 deletions

View File

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