This commit is contained in:
Roman Volosovskyi 2017-03-14 16:49:00 +02:00
parent e1e00dde4e
commit e06a3e43f7
1 changed files with 1 additions and 1 deletions

View File

@ -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)])))))