forked from MapComplete/MapComplete
Fix rendering of multianswers, other small bug fixes
This commit is contained in:
parent
46254434db
commit
ad08a55517
13 changed files with 68 additions and 62 deletions
|
@ -257,7 +257,7 @@ export class InitUiElements {
|
|||
isOpened.setData(false);
|
||||
}
|
||||
})
|
||||
isOpened.setData(true)
|
||||
isOpened.setData(Hash.hash.data === undefined)
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue