Remove guard for raw_html

This commit is contained in:
Sean King 2022-07-10 21:07:47 -06:00
parent 63519c325f
commit 75216c5feb
No known key found for this signature in database
GPG Key ID: 510C52BACD6E7257
1 changed files with 0 additions and 7 deletions

View File

@ -125,13 +125,6 @@ const StatusContent = {
generateTagLink (tag) {
return `/tag/${tag}`
}
},
watch: {
'status.raw_html' (newVal, oldVal) {
if (newVal !== oldVal) {
this.parseReadyDone = false
}
}
}
}