From 77412ac2aac8b493d333fbc6f79218a0652f4730 Mon Sep 17 00:00:00 2001 From: leedoughty <32392044+leedoughty@users.noreply.github.com> Date: Wed, 8 Oct 2025 20:34:04 +0100 Subject: [PATCH] Replace custom UUID function with crypto.randomUUID --- ts/editable/Mathjax.svelte | 3 +-- ts/lib/tslib/uuid.ts | 16 ---------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 ts/lib/tslib/uuid.ts diff --git a/ts/editable/Mathjax.svelte b/ts/editable/Mathjax.svelte index 74fbbba43..65cf570ee 100644 --- a/ts/editable/Mathjax.svelte +++ b/ts/editable/Mathjax.svelte @@ -31,7 +31,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html