Skip to content

Commit

Permalink
fix(timeline): not scrolling to selected event when changing between …
Browse files Browse the repository at this point in the history
…"all" and "group"
  • Loading branch information
Akryum committed Nov 26, 2021
1 parent e41a302 commit e742a79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default defineComponent({
}, { immediate: true })
watch(tabId, () => {
scrollToInspectedEvent()
checkScrollToInspectedEvent()
}, { immediate: true })
function scrollToInspectedEvent () {
Expand Down

0 comments on commit e742a79

Please sign in to comment.