diff --git a/web/app/components/workflow/operator/zoom-in-out.tsx b/web/app/components/workflow/operator/zoom-in-out.tsx index 673a58e671..9bf6a02f7b 100644 --- a/web/app/components/workflow/operator/zoom-in-out.tsx +++ b/web/app/components/workflow/operator/zoom-in-out.tsx @@ -7,6 +7,7 @@ import { } from 'react' import { RiCheckLine, + RiFullscreenLine, RiZoomInLine, RiZoomOutLine, } from '@remixicon/react' @@ -269,6 +270,15 @@ const ZoomInOut: FC = ({ {option.key === ZoomType.toggleMiniMap && !showMiniMap && (
)} + {option.key === ZoomType.zoomToFit && ( + + )} + {option.key !== ZoomType.toggleUserComments + && option.key !== ZoomType.toggleUserCursors + && option.key !== ZoomType.toggleMiniMap + && option.key !== ZoomType.zoomToFit && ( +
+ )} {option.text}