forked from MapComplete/MapComplete
Housekeeping
This commit is contained in:
parent
4ad1e67f6e
commit
da615acfb1
55 changed files with 1772 additions and 1455 deletions
|
@ -203,9 +203,7 @@
|
|||
state.selectedTab.setData(Number(tab))
|
||||
}
|
||||
|
||||
uid.AsPromise().then(
|
||||
uid => selectStateBasedOnHash(uid)
|
||||
)
|
||||
uid.AsPromise().then((uid) => selectStateBasedOnHash(uid))
|
||||
|
||||
function backToStudio() {
|
||||
console.log("Back to studio")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue