replace randomUUID with something that is available in real live

This commit is contained in:
2023-03-12 20:15:29 +01:00
parent 1ca4f18e3d
commit 4679da480c
5 changed files with 13 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ export class PlotWidget extends BaseWidget {
const fullHeight = window.innerHeight-30;
const request = new PlotRequest(
(<any>window).submitterId+crypto.randomUUID(),
(<any>window).submitterId+(<any>window).randomId(),
widget.config,
{
'main': new RenderOptions(height,width, false, true),