forked from MapComplete/MapComplete
More work
This commit is contained in:
parent
2052976909
commit
e68d9d99a5
5 changed files with 170 additions and 68 deletions
|
@ -60,7 +60,7 @@ export class UIEventSource<T>{
|
|||
|
||||
this.addCallback(update);
|
||||
for (const extraSource of extraSources) {
|
||||
extraSource.addCallback(update);
|
||||
extraSource?.addCallback(update);
|
||||
}
|
||||
|
||||
if(g !== undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue