Skip to content

Commit d0494e5

Browse files
committed
celan up
1 parent 9cab0cd commit d0494e5

File tree

5 files changed

+522
-3
lines changed

5 files changed

+522
-3
lines changed

web/common/src/components/Lineage/LineageControlButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function LineageControlButton({
1212
}: {
1313
text: string
1414
children: React.ReactNode
15-
onClick?: () => void
15+
onClick?: (e: React.MouseEvent<HTMLButtonElement>) => void
1616
disabled?: boolean
1717
className?: string
1818
}) {

web/common/src/components/Lineage/LineageLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ function LineageLayoutBase<
355355
)}
356356
<Controls
357357
showInteractive={false}
358+
showFitView={false}
358359
position="top-right"
359360
>
360361
{currentNode && (

0 commit comments

Comments
 (0)