forked from AkkomaGang/akkoma-fe
Merge 2023.04 stable release #9
1 changed files with 1 additions and 1 deletions
|
@ -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), '']
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue