This commit is contained in:
neuecc 2024-09-10 01:27:40 +09:00
parent 9c4f7b2d9e
commit 9fe7a38b96

View File

@ -64,7 +64,7 @@ internal class FiltableSynchronizedViewList<T, TView> : ISynchronizedViewList<TV
case NotifyCollectionChangedAction.Add: // Add or Insert case NotifyCollectionChangedAction.Add: // Add or Insert
if (e.IsSingleItem) if (e.IsSingleItem)
{ {
if (e.OldStartingIndex == -1) if (e.NewStartingIndex == -1)
{ {
// add operation // add operation
var index = listView.Count; var index = listView.Count;