Skip to content

Commit 79ce558

Browse files
committed
fix: add .tag() to nested favorite items inside DisclosureGroup to fix selection
1 parent 2490b75 commit 79ce558

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

TablePro/Views/Sidebar/FavoritesTabView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ struct FavoriteTreeItemRow: View {
234234
coordinator: coordinator,
235235
onDeleteFolder: onDeleteFolder
236236
)
237+
.tag(child.id)
237238
}
238239
} label: {
239240
if viewModel.renamingFolderId == folder.id {

0 commit comments

Comments
 (0)