remove contenttype check from content type watcher

This commit is contained in:
Shpuld Shpuldson 2020-07-06 11:12:33 +03:00
parent f254a847d2
commit 7bdc3d6ce9

View file

@ -176,12 +176,8 @@ const PostStatusForm = {
...mapGetters(['mergedConfig']) ...mapGetters(['mergedConfig'])
}, },
watch: { watch: {
'newStatus.contentType': function (newType) { 'newStatus.contentType': function () {
if (newType === 'text/plain') { this.autoPreview()
this.closePreview()
} else if (this.preview) {
this.previewStatus(this.newStatus)
}
}, },
'newStatus.spoilerText': function () { 'newStatus.spoilerText': function () {
this.autoPreview() this.autoPreview()