mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-22 11:03:21 -04:00
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:
commit
8f85342b3d
@ -561,6 +561,7 @@ final class BrowserViewModel: NSObject, ObservableObject,
|
|||||||
externalURL = newURL
|
externalURL = newURL
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
NotificationCenter.openURL(newURL, inNewTab: true)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user