Skip to content

Commit e742a79

Browse files
committed
fix(timeline): not scrolling to selected event when changing between "all" and "group"
1 parent e41a302 commit e742a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-frontend/src/features/timeline/TimelineEventList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default defineComponent({
110110
}, { immediate: true })
111111
112112
watch(tabId, () => {
113-
scrollToInspectedEvent()
113+
checkScrollToInspectedEvent()
114114
}, { immediate: true })
115115
116116
function scrollToInspectedEvent () {

0 commit comments

Comments
 (0)