This commit is contained in:
Henry Jameson 2026-09-09 16:20:55 +03:00
commit 97e691b290

View file

@ -221,9 +221,6 @@ export default {
const shouldFadeAncestors = computed( const shouldFadeAncestors = computed(
() => mergedConfig.value.conversationTreeFadeAncestors, () => mergedConfig.value.conversationTreeFadeAncestors,
) )
const shouldShowOtherRepliesButton = computed(
() => mergedConfig.value.conversationOtherRepliesButton === 'below',
)
// # Scrolling // # Scrolling
const tryScrollTo = (id) => { const tryScrollTo = (id) => {
@ -313,7 +310,6 @@ export default {
shouldShowAllConversationButton, shouldShowAllConversationButton,
shouldShowAncestors, shouldShowAncestors,
shouldFadeAncestors, shouldFadeAncestors,
shouldShowOtherRepliesButton,
// # Scrolling // # Scrolling
diveToTopLevel, diveToTopLevel,