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(
() => 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,