Skip to content

Commit

Permalink
chore: fix Open button in duplicate toast not working correctly on mo…
Browse files Browse the repository at this point in the history
…bile [skip e2e]
  • Loading branch information
amanharwara committed Feb 17, 2024
1 parent bfbf9ab commit 79374f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const NotesOptions = ({ notes, closeMenu }: NotesOptionsProps) => {
{
label: 'Open',
handler: (toastId) => {
application.itemListController.selectItem(duplicated.uuid, true).catch(console.error)
application.itemListController.selectUuids([duplicated.uuid], true).catch(console.error)
dismissToast(toastId)
},
},
Expand Down

0 comments on commit 79374f0

Please sign in to comment.