Rework storage structs, link preview

This commit is contained in:
Christoph Hagen
2025-01-08 14:59:04 +01:00
parent b99c064d10
commit a7197b9628
75 changed files with 1365 additions and 1454 deletions

View File

@ -47,7 +47,7 @@ struct ItemSelectionView: View {
}
.contentShape(Rectangle())
.onTapGesture {
if !selectedItems.contains(where: { $0 is TagOverviewPage }) {
if !selectedItems.contains(where: { $0.itemReference == tagOverview.itemReference }) {
selectedItems.append(tagOverview)
}
}