diff --git a/ts/editor/EditorField.svelte b/ts/editor/EditorField.svelte index f87104cd4..384d8e3d3 100644 --- a/ts/editor/EditorField.svelte +++ b/ts/editor/EditorField.svelte @@ -85,34 +85,36 @@ 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} + +
+
+