Revert "Merge branch 'cw-clickthrough' into 'develop'"
This reverts merge request !291
This commit is contained in:
parent
88c9ab4452
commit
17f6eb18e7
5 changed files with 8 additions and 50 deletions
|
@ -28,8 +28,7 @@ const Status = {
|
|||
userExpanded: false,
|
||||
preview: null,
|
||||
showPreview: false,
|
||||
showingTall: false,
|
||||
showingContentWarningContent: false
|
||||
showingTall: false
|
||||
}),
|
||||
computed: {
|
||||
muteWords () {
|
||||
|
@ -93,9 +92,6 @@ const Status = {
|
|||
return 'small'
|
||||
}
|
||||
return 'normal'
|
||||
},
|
||||
clickThroughContentWarningsEnabled () {
|
||||
return this.$store.state.config.clickThroughContentWarningsEnabled
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
@ -149,9 +145,6 @@ const Status = {
|
|||
toggleShowTall () {
|
||||
this.showingTall = !this.showingTall
|
||||
},
|
||||
toggleContentWarningContent () {
|
||||
this.showingContentWarningContent = !this.showingContentWarningContent
|
||||
},
|
||||
replyEnter (id, event) {
|
||||
this.showPreview = true
|
||||
const targetId = Number(id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue