chore: fix Open button in duplicate toast not working correctly on mobile [skip e2e]
This commit is contained in:
@@ -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)
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user