feat: Add ability to copy/cut cards with shortcut support
This commit is contained in:
@@ -105,7 +105,7 @@ const ProjectContent = React.memo(() => {
|
||||
canSubscribe: isMember,
|
||||
canJoin: false,
|
||||
canDuplicate: false,
|
||||
canMove: false,
|
||||
canMove: isEditor,
|
||||
canRestore: isEditor,
|
||||
canArchive: isEditor,
|
||||
canDelete: isEditor,
|
||||
|
||||
Reference in New Issue
Block a user