From 0baf7afc256b743ac7d1f67f20372db00d82d67b Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 15 May 2024 14:18:34 +0500 Subject: [PATCH] web: allow locked note duplication without unlocking --- apps/web/src/components/note/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/web/src/components/note/index.tsx b/apps/web/src/components/note/index.tsx index c1ae67934d..25eedf7c5b 100644 --- a/apps/web/src/components/note/index.tsx +++ b/apps/web/src/components/note/index.tsx @@ -524,8 +524,6 @@ const menuItems: ( type: "button", key: "duplicate", title: "Duplicate", - //!isSynced || - isDisabled: context?.locked, icon: Duplicate.path, onClick: () => store.get().duplicate(...ids), multiSelect: true