From 8e36f3ae2422e49b731be1ec24d1f7e38883e4a2 Mon Sep 17 00:00:00 2001 From: Kilian Schuettler Date: Thu, 27 Mar 2025 02:48:43 +0100 Subject: [PATCH] added debugger --- src/components/ContentEditor.svelte | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/components/ContentEditor.svelte b/src/components/ContentEditor.svelte index 2ecc727..85b7329 100644 --- a/src/components/ContentEditor.svelte +++ b/src/components/ContentEditor.svelte @@ -396,14 +396,6 @@
-
-

Breakpoints

-
    - {#each Array.from(breakpoints).sort((a, b) => a - b) as opIdx} -
  • Operation {opIdx}
  • - {/each} -
-
{#if isEdited}