feat(CommandPalette): support link props in items

Resolves #3190
This commit is contained in:
Benjamin Canac
2025-01-28 14:50:37 +01:00
parent 527631d2d1
commit e2b78a78a4
9 changed files with 526 additions and 865 deletions

View File

@@ -55,7 +55,9 @@ describe('CommandPalette', () => {
label: 'benjamincanac',
avatar: {
src: 'https://github.com/benjamincanac.png'
}
},
to: 'https://github.com/benjamincanac',
target: '_blank'
}]
}]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long