diff --git a/frontend/src/lib/editorUtils.ts b/frontend/src/lib/editorUtils.ts index 1eddb31ae0..8d5d7a1f20 100644 --- a/frontend/src/lib/editorUtils.ts +++ b/frontend/src/lib/editorUtils.ts @@ -45,7 +45,7 @@ export function createHash() { } export function createLongHash() { - return Math.random().toString(36).substring(2) + Math.random().toString(36).substring(2) + return 'h' + Math.random().toString(36).substring(2) + Math.random().toString(36).substring(2) } export function langToExt(lang: string): string {