Compare commits

...

2 Commits

@ -349,9 +349,8 @@
"cli": 1,
"size": 4096,
"bcd": 300000,
"cds": 300000,
"cds": 900000,
"ranked": false,
"req": 0,
"sd": "2023-08-01"
}
}

@ -52,7 +52,7 @@ export type CanvasState = {
function getViewFromURL(canvases) {
const { hash } = window.location;
try {
const almost = hash.substring(1)
const almost = decodeURIComponent(hash).substring(1)
.split(',');
const canvasIdent = almost[0];

Loading…
Cancel
Save