section to drop fix

This commit is contained in:
Diogo
2024-10-19 09:05:46 +01:00
parent 192500341e
commit 3044231eb6
+1 -1
View File
@@ -434,7 +434,7 @@ class ReverseListSectionModel: ObservableObject {
itemSection = itemSection.mapValues { section in
section == sectionToDrop ? targetSection : section
}
sections.remove(targetSection)
sections.remove(sectionToDrop)
}
reversedPage.forEach { ci in