mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-04 20:59:31 +08:00
Remove guard for raw_html
This commit is contained in:
parent
1c5b94c7a9
commit
35dc8ee30a
1 changed files with 0 additions and 7 deletions
|
@ -137,13 +137,6 @@ const StatusContent = {
|
||||||
const translateTo = this.$store.getters.mergedConfig.translationLanguage || this.$store.state.instance.interfaceLanguage
|
const translateTo = this.$store.getters.mergedConfig.translationLanguage || this.$store.state.instance.interfaceLanguage
|
||||||
this.$store.dispatch('translateStatus', { id: this.status.id, language: translateTo, from: this.translateFrom })
|
this.$store.dispatch('translateStatus', { id: this.status.id, language: translateTo, from: this.translateFrom })
|
||||||
}
|
}
|
||||||
},
|
|
||||||
watch: {
|
|
||||||
'status.raw_html' (newVal, oldVal) {
|
|
||||||
if (newVal !== oldVal) {
|
|
||||||
this.parseReadyDone = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue