Compare commits

..

1 Commits

Author SHA1 Message Date
nextcloud-command
d41d2edc44 fix(deps): Fix npm audit
Signed-off-by: GitHub <noreply@github.com>
2025-10-05 03:25:53 +00:00
2 changed files with 637 additions and 232 deletions

867
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -125,7 +125,7 @@ export default {
if (mention.attributes['data-at-embedded'].value === 'true') {
mentionValue = mention.parentNode.parentNode.querySelector('.user-bubble__wrapper').attributes['data-mention-id'].value
} else {
mentionValue = mention.firstElementChild.attributes['data-mention-id'].value
mentionValue = mention.firstChild.attributes['data-mention-id'].value
}
if (mentionValue.indexOf(' ') !== -1) {
mention.replaceWith(' @"' + mentionValue + '" ')