show fullscreen image

This commit is contained in:
2023-03-04 09:48:29 +01:00
parent c57b53ccc6
commit 9e53022b4a
13 changed files with 145 additions and 42 deletions

View File

@@ -281,7 +281,8 @@ export class PlotViewComponent implements OnInit {
false, // keyOutside
false, // generateThumbnail
(<any>window).submitterId,
this.config!);
this.config!,
{});
return request;
}