Image layer renderer

This commit is contained in:
Tim Schaub
2018-11-14 16:51:08 +01:00
parent 20e5841aed
commit 87e5bbac4d
2 changed files with 80 additions and 4 deletions

View File

@@ -212,6 +212,7 @@ class ImageSource extends Source {
this.dispatchEvent(
new ImageSourceEvent(ImageSourceEventType.IMAGELOADEND,
image));
this.changed();
break;
case ImageState.ERROR:
this.loading = false;