From f5896e7f73a9aa115687a68a2dd96b90691ceaff Mon Sep 17 00:00:00 2001 From: Max Mykal Date: Mon, 13 Oct 2025 15:39:28 -0700 Subject: [PATCH] add title to control button --- web/common/src/components/Lineage/LineageControlButton.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/common/src/components/Lineage/LineageControlButton.tsx b/web/common/src/components/Lineage/LineageControlButton.tsx index 14c7a6f2de..fff79e822f 100644 --- a/web/common/src/components/Lineage/LineageControlButton.tsx +++ b/web/common/src/components/Lineage/LineageControlButton.tsx @@ -31,6 +31,7 @@ export function LineageControlButton({ className, )} disabled={disabled} + title={text} > {children}