From 321e23acb2b02d657ca08727546c016d7ef27381 Mon Sep 17 00:00:00 2001 From: Lee Doughty <32392044+leedoughty@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:37:30 +0100 Subject: [PATCH] Replace custom UUID function with crypto.randomUUID (#4384) --- 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