Remove transition on items list

This commit is contained in:
TheXamlGuy
2024-07-17 21:50:23 +01:00
parent 93c7a43ab4
commit b08976025e
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ public partial class ValueViewModel<TValue>(IServiceProvider provider,
{
}
private partial void OnValueChanged(TValue? value) => OnChanged(value);
partial void OnValueChanged(TValue? value) => OnChanged(value);
}