From f916f7a7d1b3825b27b8a910e815956e7552407b Mon Sep 17 00:00:00 2001 From: Roberto Guido Date: Tue, 30 Jun 2026 23:26:47 +0200 Subject: [PATCH] fix: small fix on the state of the action button to edit tags Signed-off-by: Roberto Guido --- src/components/TagItem.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/TagItem.vue b/src/components/TagItem.vue index 9ae137e72a..862771d9cf 100644 --- a/src/components/TagItem.vue +++ b/src/components/TagItem.vue @@ -12,7 +12,7 @@ }"> {{ translateTagDisplayName(tag) }} - + @@ -144,6 +144,12 @@ export default { this.editColor = this.tag.color }, + closeEditTag() { + this.renameTagInput = false + this.renameTagLabel = true + this.showSaving = false + }, + async renameTag(tag, event) { this.renameTagInput = false this.showSaving = false