for special conversation url
This commit is contained in:
parent
a84815aaed
commit
9c65d2df09
1 changed files with 2 additions and 0 deletions
|
@ -213,6 +213,8 @@ const Visualize = {
|
|||
var m = Active.Map
|
||||
var t = Active.Topic
|
||||
|
||||
if (m && window.location.pathname === '/maps/' + m.id + '/conversation') return
|
||||
|
||||
if (m && window.location.pathname !== '/maps/' + m.id) {
|
||||
Router.navigateAndTrack('/maps/' + m.id)
|
||||
} else if (t && window.location.pathname !== '/topics/' + t.id) {
|
||||
|
|
Loading…
Add table
Reference in a new issue