fix open url event (#20208)

This commit is contained in:
flexsurfer 2024-05-28 14:18:41 +02:00 committed by GitHub
parent 2ceef5ced3
commit cec4611507
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -315,7 +315,8 @@
(navigation/change-tab :browser-stack)
(update-browser browser)
(resolve-url nil))
(.openURL ^js react/linking (url/normalize-url url))))))
(do (.openURL ^js react/linking (url/normalize-url url))
nil)))))
(rf/defn open-existing-browser
"Opens an existing browser with it's history"