forked from MapComplete/MapComplete
Fix: better error handling and handling of changes
This commit is contained in:
parent
7b73578f88
commit
7813653265
8 changed files with 36 additions and 10 deletions
|
@ -72,6 +72,9 @@
|
|||
}
|
||||
|
||||
Stores.Chronic(50).addCallback(_ => stabilize());
|
||||
floors.addCallback(floors => {
|
||||
forceIndex = floors.findIndex(s => s === value.data)
|
||||
})
|
||||
|
||||
let image: HTMLImageElement;
|
||||
$:{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue