mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
fix invalid arg to ButtonGroup revealed by typing fix
This commit is contained in:
parent
46b80ca773
commit
1aaf8fce1e
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
$: mathjaxElement = activeImage.parentElement!;
|
$: mathjaxElement = activeImage.parentElement!;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ButtonGroup size={1.6} wrap={false} reverse={isRtl}>
|
<ButtonGroup size={1.6} wrap={false}>
|
||||||
|
{#if isRtl}
|
||||||
|
<!-- fixme -->
|
||||||
|
{/if}
|
||||||
<ButtonGroupItem>
|
<ButtonGroupItem>
|
||||||
<IconButton
|
<IconButton
|
||||||
tooltip={tr.editingMathjaxInline()}
|
tooltip={tr.editingMathjaxInline()}
|
||||||
|
|
Loading…
Reference in a new issue