kopia lustrzana https://github.com/nextcloud/social
Fix eslint error with unecessary escape character
Signed-off-by: Julius Härtl <jus@bitgrid.net>pull/78/head
rodzic
4041d576a9
commit
b5751b95f2
|
@ -446,7 +446,7 @@ export default {
|
|||
emoji.replaceWith(em)
|
||||
})
|
||||
let to = []
|
||||
const re = /@(([\w-\_.]+)(@[\w-.]+)?)/g
|
||||
const re = /@(([\w-_.]+)(@[\w-.]+)?)/g
|
||||
let match = null
|
||||
do {
|
||||
match = re.exec(element.innerText)
|
||||
|
|
Ładowanie…
Reference in New Issue