Fixes to removing images

This commit is contained in:
Pieter Vander Vennet 2020-07-08 13:12:23 +02:00
parent 0fe6b67976
commit 31a64887a1
4 changed files with 71 additions and 21 deletions

View file

@ -17,7 +17,7 @@ export abstract class UIElement {
}
protected ListenTo(source: UIEventSource<any>) {
public ListenTo(source: UIEventSource<any>) {
if (source === undefined) {
return;
}