From 96325a49104c49110938feaa716313c2ff0401b8 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sun, 27 Jun 2021 01:18:27 +0200 Subject: [PATCH] Align tagenter tagdelete and tagunique --- ts/editor/TagEditor.svelte | 125 +++++++++++++++++++++++-------------- ts/editor/TagInput.svelte | 87 +++++++++++++++++--------- 2 files changed, 134 insertions(+), 78 deletions(-) diff --git a/ts/editor/TagEditor.svelte b/ts/editor/TagEditor.svelte index 5158e5c1f..2ef5f3562 100644 --- a/ts/editor/TagEditor.svelte +++ b/ts/editor/TagEditor.svelte @@ -3,7 +3,6 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->