diff --git a/components/UserInterface/ResizableSidebar.vue b/components/UserInterface/ResizableSidebar.vue index 27b0730..79e95bd 100644 --- a/components/UserInterface/ResizableSidebar.vue +++ b/components/UserInterface/ResizableSidebar.vue @@ -34,7 +34,7 @@ const storedWidth = ref(); const contextMenu = useState("contextMenu"); const menuItems: ContextMenuItem[] = [ - { name: "Reset", callback: () => { + { name: "Reset", type: "normal", callback: () => { const defaultWidth = props.width ?? props.minWidth; resizableSidebar.value!.style.width = defaultWidth; if (props.localStorageName) {