forked from MapComplete/MapComplete
Fixes to removing images
This commit is contained in:
parent
0fe6b67976
commit
31a64887a1
4 changed files with 71 additions and 21 deletions
|
@ -17,7 +17,7 @@ export abstract class UIElement {
|
|||
}
|
||||
|
||||
|
||||
protected ListenTo(source: UIEventSource<any>) {
|
||||
public ListenTo(source: UIEventSource<any>) {
|
||||
if (source === undefined) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue