Merge branch 'virtual-scrolling-2.0' into shigusegubu-themes3
This commit is contained in:
commit
579db8be7b
1 changed files with 0 additions and 2 deletions
|
|
@ -39,9 +39,7 @@ export function useConversation(statusId, expanded) {
|
||||||
provide('focusedId', focusedId)
|
provide('focusedId', focusedId)
|
||||||
|
|
||||||
watch(statusId, (neu, old) => {
|
watch(statusId, (neu, old) => {
|
||||||
console.log('focused', neu)
|
|
||||||
if (neu) setFocused(neu)
|
if (neu) setFocused(neu)
|
||||||
console.log('focusedid', focusedId.value)
|
|
||||||
}, { immediate: true })
|
}, { immediate: true })
|
||||||
|
|
||||||
watch(statusId, (neu, old) => {
|
watch(statusId, (neu, old) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue