More bug fixes

This commit is contained in:
TheXamlGuy
2024-07-10 22:18:32 +01:00
parent bd51de3245
commit 62f8c8b084
17 changed files with 57 additions and 84 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public partial class ItemCommandHeaderViewModel(IServiceProvider provider,
{
if (args.Sender is ItemCommandHeaderCollection commandCollection)
{
Clear(args =>
Reset(args =>
{
foreach (IDisposable command in commandCollection)
{