develop #11

Merged
qbism merged 50 commits from AkkomaGang/akkoma-fe:develop into develop 2023-08-01 06:26:29 +00:00
Showing only changes of commit 14cedc5ed1 - Show all commits

View file

@ -188,7 +188,7 @@ export default {
break
}
case 'span':
if (this.handleLinks && attrs['class'] && attrs['class'].includes('h-card')) {
if (this.handleLinks && attrs?.['class']?.includes?.('h-card')) {
return ['', children.map(processItem), '']
}
}