Skip to content

Commit

Permalink
Fix links sometimes opening in Safari on iPad (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf authored Nov 1, 2024
1 parent d72c745 commit ca6a9e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mlem/App/Views/Shared/Navigation/NavigationRootView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ struct NavigationSplitRootView: View {
.id(layer.root)
}
)
.modifier(HandleLemmyLinksModifier())
}
)
.environment(layer)
Expand Down

0 comments on commit ca6a9e5

Please sign in to comment.