remove log
This commit is contained in:
parent
5edb7e76ff
commit
14708ce433
1 changed files with 0 additions and 3 deletions
|
@ -195,7 +195,6 @@ const StatusContent = {
|
||||||
linkHover (event) {
|
linkHover (event) {
|
||||||
const target = event.target.closest('.status-content a')
|
const target = event.target.closest('.status-content a')
|
||||||
this.focusedUserId = null
|
this.focusedUserId = null
|
||||||
console.log('hover first')
|
|
||||||
if (target) {
|
if (target) {
|
||||||
if (target.className.match(/mention/)) {
|
if (target.className.match(/mention/)) {
|
||||||
const href = target.href
|
const href = target.href
|
||||||
|
@ -205,8 +204,6 @@ const StatusContent = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
event.preventDefault()
|
|
||||||
event.stopPropagation()
|
|
||||||
},
|
},
|
||||||
toggleShowMore () {
|
toggleShowMore () {
|
||||||
if (this.mightHideBecauseTall) {
|
if (this.mightHideBecauseTall) {
|
||||||
|
|
Loading…
Reference in a new issue