#674 add dock type

This commit is contained in:
Dániel Péter Sipos
2020-10-29 15:19:04 +01:00
parent 22fe184142
commit 17455a7860

View File

@@ -45,6 +45,9 @@ export class GridThumbnailComponent implements OnInit, OnChanges {
this.checkThumbnail(this.thumbnail);
}
/**
* If the old input is undefined and the new one is a bitsream then set src
*/
ngOnChanges(changes: SimpleChanges): void {
if (
!hasValue(changes.thumbnail.previousValue) &&