Codemaid
This commit is contained in:
@@ -39,8 +39,10 @@ public partial class CommentEntryCollectionViewModel(IServiceProvider provider,
|
||||
}
|
||||
else
|
||||
{
|
||||
RemoveAt(Count - 1);
|
||||
if (Count > 0)
|
||||
{
|
||||
RemoveAt(Count - 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user