Remove guard for raw_html

This commit is contained in:
Sean King 2022-07-10 21:07:47 -06:00 committed by Sol Fisher Romanoff
parent a8d8223c47
commit 891f639eae
Signed by: nbsp
GPG key ID: 9D3F2B64F2341B62

View file

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