🎨 added null checks

This commit is contained in:
2024-01-13 15:15:29 +03:00
parent c64cc61c78
commit 0cd912a1aa
6 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ namespace Ragon.Client
{
if (!InvokeLocal)
return;
Changed?.Invoke();
}