mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 06:07:33 +00:00
fix #896
This commit is contained in:
parent
e1e00dde4e
commit
e06a3e43f7
@ -118,7 +118,7 @@
|
||||
[event]
|
||||
(let [{:strs [loading url]} (js->clj event)]
|
||||
(when-not (= "about:blank" url)
|
||||
(if loading
|
||||
(when-not loading
|
||||
(dispatch [:set-web-view-url url])
|
||||
(dispatch [:set-chat-command-content (str cu/command-prefix url)])))))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user