This commit is contained in:
Jackson Harper 2022-11-18 13:39:09 +08:00 committed by Hongbo Wu
parent bf97194208
commit 2ec4328a90

View file

@ -258,7 +258,7 @@ struct WebReaderContainerView: View {
.opacity(navBarVisibilityRatio)
.background(Color.systemBackground)
.alert("Are you sure you want to remove this item? All associated notes and highlights will be deleted.",
isPresented: $showDeleteConfirmation) {
isPresented: $showDeleteConfirmation) {
Button("Remove Item", role: .destructive) {
Snackbar.show(message: "Link removed")
dataService.removeLink(objectID: item.objectID)