don't do height change for thread
This commit is contained in:
parent
5d61ce1e37
commit
62106f0d54
2 changed files with 0 additions and 3 deletions
|
|
@ -19,7 +19,6 @@ const ThreadTree = {
|
|||
'suspendableStateChange',
|
||||
'goto',
|
||||
'dive',
|
||||
'heightChange',
|
||||
'toggleExpanded',
|
||||
'showThreadRecursively',
|
||||
],
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
@goto="$emit('goto', statusId)"
|
||||
@toggle-expanded="$emit('toggleExpanded', statusId)"
|
||||
@suspendable-state-change="$emit('suspendableStateChange', e)"
|
||||
@height-change="$emit('heightChange', e)"
|
||||
/>
|
||||
<div
|
||||
v-if="currentReplies.length > 0 && threadShowing"
|
||||
|
|
@ -30,7 +29,6 @@
|
|||
@dive="(e) => $emit('dive', e)"
|
||||
@suspendable-state-change="e => $emit('suspendableStateChange', e)"
|
||||
@toggle-expanded="(e) => $emit('toggleExpanded', e)"
|
||||
@height-change="e => $emit('heightChange', e)"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue