diff --git a/packages/applet/src/components/timeline/index.vue b/packages/applet/src/components/timeline/index.vue index 05d89281..82b2233c 100644 --- a/packages/applet/src/components/timeline/index.vue +++ b/packages/applet/src/components/timeline/index.vue @@ -19,8 +19,10 @@ const props = withDefaults(defineProps<{ docLink: string githubRepoLink?: string headerVisible?: boolean + switcherVisible?: boolean }>(), { headerVisible: true, + switcherVisible: true, }) const { expanded: expandedStateNodes } = createExpandedContext('timeline-state') @@ -143,7 +145,7 @@ function toggleRecordingState() { No events -