diff --git a/ui/src/components/ContextInfoBar.vue b/ui/src/components/ContextInfoBar.vue index 48debec4e6..652be3c551 100644 --- a/ui/src/components/ContextInfoBar.vue +++ b/ui/src/components/ContextInfoBar.vue @@ -32,8 +32,6 @@ const panelWidth = ref(640) - const panel = ref(null) - const activeTab = ref("") const {startResizing, resizing} = useResizablePanel(activeTab) @@ -70,12 +68,6 @@ return {startResizing, resizing} } - function scrollToTop(){ - if(panel.value) { - panel.value.scrollTop = 0 - } - } - function setActiveTab(tab: string){ if(activeTab.value === tab){ activeTab.value = "" @@ -120,12 +112,12 @@ {{ configs?.commitId }} -
+
- +