fix: open maps in the same tab
This commit is contained in:
parent
46adf05534
commit
d36bec02bf
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ function openURL (url, newTab = true) {
|
|||
if (newTab) {
|
||||
window.open(url, '_blank', 'noopener,noreferrer')
|
||||
} else {
|
||||
window.open(url)
|
||||
window.open(url, '_self')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue