Remove old comment

This commit is contained in:
Jackson Harper
2022-11-15 08:44:23 +08:00
parent 5845b736de
commit c93375d4fb

View File

@ -182,7 +182,6 @@ public struct ShareExtensionView: View {
editingTitle = true
}
})
// Disabling this button temporarily
.disabled(editingTitle)
.opacity(editingTitle ? 0.0 : 1.0)