diff --git a/ts/components/Collapsible.svelte b/ts/components/Collapsible.svelte index 3fe987267..b8eef8738 100644 --- a/ts/components/Collapsible.svelte +++ b/ts/components/Collapsible.svelte @@ -3,53 +3,89 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> -
+
+ +{#if measuring} + +
+{/if} + + diff --git a/ts/editor/EditorField.svelte b/ts/editor/EditorField.svelte index fabf2286e..f66ae1b1c 100644 --- a/ts/editor/EditorField.svelte +++ b/ts/editor/EditorField.svelte @@ -85,34 +85,28 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html onDestroy(() => api?.destroy()); - +
+ - -
- - {#if flipInputs} - - - {:else} - - - {/if} - -
-
+ +
+ + {#if flipInputs} + + + {:else} + + + {/if} + +
+
+