From 6856850a0fed4590ed45b78b7d3e01eba36ee8ad Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sat, 7 Aug 2021 20:48:02 +0200 Subject: [PATCH] Wrap Mathjax buttons into toolbar --- ts/editor/MathjaxHandle.svelte | 38 ++++++++++++++++------- ts/editor/MathjaxHandleInlineBlock.svelte | 4 +-- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/ts/editor/MathjaxHandle.svelte b/ts/editor/MathjaxHandle.svelte index 86cbcd17d..fc1c1c850 100644 --- a/ts/editor/MathjaxHandle.svelte +++ b/ts/editor/MathjaxHandle.svelte @@ -3,8 +3,10 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->