Skip to content

Commit

Permalink
web: allow locked note duplication without unlocking
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed May 16, 2024
1 parent a0595a7 commit 0baf7af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/src/components/note/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0baf7af

Please sign in to comment.