From c21619c53a63482572f049d290d46cc59b628d46 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 11 Jul 2026 12:57:44 +0200 Subject: [PATCH] feat(notes): drop the redundant Close button from share popup The backdrop already dismisses the dialog on outside click. --- src/components/ShareNote.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/ShareNote.vue b/src/components/ShareNote.vue index 9f1c087..2a5f73a 100644 --- a/src/components/ShareNote.vue +++ b/src/components/ShareNote.vue @@ -148,12 +148,6 @@ const copy = async (url: string, label: string) => { - -