From 5589e2f7e12348baef1e5fca14532d4bfc7aa2c8 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Fri, 6 Aug 2021 04:25:19 +0200 Subject: [PATCH] Fix MathJax overlay after rebase --- ts/editor/MathjaxHandle.svelte | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/ts/editor/MathjaxHandle.svelte b/ts/editor/MathjaxHandle.svelte index 1e75cf1cc..e4e41393e 100644 --- a/ts/editor/MathjaxHandle.svelte +++ b/ts/editor/MathjaxHandle.svelte @@ -15,8 +15,14 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html let updateSelection: () => void; - - {#if activeImage} +{#if activeImage} +
- {/if} - + +{/if}