File tree Expand file tree Collapse file tree
apps/twig/src/renderer/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { useHasFileChanges } from "@features/right-sidebar/hooks/useHasFileChanges" ;
21import { RightSidebarTrigger } from "@features/right-sidebar/components/RightSidebarTrigger" ;
2+ import { useHasFileChanges } from "@features/right-sidebar/hooks/useHasFileChanges" ;
33import { useRightSidebarStore } from "@features/right-sidebar/stores/rightSidebarStore" ;
44import { SidebarTrigger } from "@features/sidebar/components/SidebarTrigger" ;
55import { useSidebarStore } from "@features/sidebar/stores/sidebarStore" ;
@@ -48,9 +48,7 @@ function RightSidebarHeaderSection({ taskId }: { taskId: string }) {
4848 minWidth : `${ COLLAPSED_WIDTH } px` ,
4949 height : "100%" ,
5050 borderLeft : "1px solid var(--gray-6)" ,
51- transition : rightSidebarIsResizing
52- ? "none"
53- : "width 0.2s ease-in-out" ,
51+ transition : rightSidebarIsResizing ? "none" : "width 0.2s ease-in-out" ,
5452 position : "relative" ,
5553 } }
5654 >
You can’t perform that action at this time.
0 commit comments