fix invalid arg to ButtonGroup revealed by typing fix

This commit is contained in:
Damien Elmes 2021-10-07 21:33:15 +10:00
parent 46b80ca773
commit 1aaf8fce1e

View file

@ -17,7 +17,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
$: mathjaxElement = activeImage.parentElement!;
</script>
<ButtonGroup size={1.6} wrap={false} reverse={isRtl}>
<ButtonGroup size={1.6} wrap={false}>
{#if isRtl}
<!-- fixme -->
{/if}
<ButtonGroupItem>
<IconButton
tooltip={tr.editingMathjaxInline()}