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}