cleanup
This commit is contained in:
parent
bb55776c37
commit
97e691b290
1 changed files with 0 additions and 4 deletions
|
|
@ -221,9 +221,6 @@ export default {
|
|||
const shouldFadeAncestors = computed(
|
||||
() => mergedConfig.value.conversationTreeFadeAncestors,
|
||||
)
|
||||
const shouldShowOtherRepliesButton = computed(
|
||||
() => mergedConfig.value.conversationOtherRepliesButton === 'below',
|
||||
)
|
||||
|
||||
// # Scrolling
|
||||
const tryScrollTo = (id) => {
|
||||
|
|
@ -313,7 +310,6 @@ export default {
|
|||
shouldShowAllConversationButton,
|
||||
shouldShowAncestors,
|
||||
shouldFadeAncestors,
|
||||
shouldShowOtherRepliesButton,
|
||||
|
||||
// # Scrolling
|
||||
diveToTopLevel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue