remove old way of rendering images
This commit is contained in:
@@ -275,12 +275,6 @@ export class PlotViewComponent implements OnInit {
|
||||
const actualDimension = typeof dimension === "function" ? dimension() : dimension;
|
||||
|
||||
const request = new PlotRequest(
|
||||
actualDimension.height,
|
||||
actualDimension.width,
|
||||
300, // thumbnailMaxWidth
|
||||
200, // thumbnailMaxHeight
|
||||
false, // keyOutside
|
||||
false, // generateThumbnail
|
||||
(<any>window).submitterId,
|
||||
this.config!,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user