From ce2dbaafb94910b803685c225e89af346755a43b Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Fri, 6 Aug 2021 17:21:47 +0200 Subject: [PATCH] Fix focus issues with Mathjax editor --- ts/editor/MathjaxHandleEditor.svelte | 2 +- ts/editor/editing-area.ts | 9 ++++----- ts/editor/focus-handlers.ts | 29 +++++++++++++++++++--------- 3 files changed, 25 insertions(+), 15 deletions(-) diff --git a/ts/editor/MathjaxHandleEditor.svelte b/ts/editor/MathjaxHandleEditor.svelte index fc996d89e..ccbaae500 100644 --- a/ts/editor/MathjaxHandleEditor.svelte +++ b/ts/editor/MathjaxHandleEditor.svelte @@ -46,12 +46,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
+