Merge pull request #1064 from kiwix/open-new-tab-via-http-link

Fix open new tab via http blank link (lost line in merge)
This commit is contained in:
Kelson 2025-01-03 13:39:52 +01:00 committed by GitHub
commit 8f85342b3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -561,6 +561,7 @@ final class BrowserViewModel: NSObject, ObservableObject,
externalURL = newURL
return nil
}
NotificationCenter.openURL(newURL, inNewTab: true)
return nil
}
#endif