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(
|
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue