From bfeb419ba679dfcb22e9d24bab6bbf85c3a8758c Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sun, 27 Jun 2021 02:15:02 +0200 Subject: [PATCH] Fix tagmove --- ts/editor/TagEditor.svelte | 1 + ts/editor/tags.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/editor/TagEditor.svelte b/ts/editor/TagEditor.svelte index 7a3cba89a..8f42abef1 100644 --- a/ts/editor/TagEditor.svelte +++ b/ts/editor/TagEditor.svelte @@ -3,6 +3,7 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->