This commit is contained in:
Aevann1 2021-09-03 21:08:44 +02:00
parent c629ab0216
commit 69aa9724cd

View file

@ -469,11 +469,6 @@
methods: {
togglePreview() {
this.show_preview = !this.show_preview
},
toggleOn(){
if(this.post_body.length < 5){
this.show_preview = true
}
}
}
})