More work

This commit is contained in:
Pieter Vander Vennet 2020-08-31 13:25:13 +02:00
parent 2052976909
commit e68d9d99a5
5 changed files with 170 additions and 68 deletions

View file

@ -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) {