From 1aaf8fce1e7b3e1773c60a8b97e3d8f9881bb098 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 7 Oct 2021 21:33:15 +1000 Subject: [PATCH] fix invalid arg to ButtonGroup revealed by typing fix --- ts/editor/MathjaxHandleInlineBlock.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ts/editor/MathjaxHandleInlineBlock.svelte b/ts/editor/MathjaxHandleInlineBlock.svelte index 0dac7cf79..87241ef78 100644 --- a/ts/editor/MathjaxHandleInlineBlock.svelte +++ b/ts/editor/MathjaxHandleInlineBlock.svelte @@ -17,7 +17,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html $: mathjaxElement = activeImage.parentElement!; - + + {#if isRtl} + + {/if}