From 02847aa9dec7c5db4580bccbde879c9a94061f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon?= Date: Mon, 15 Jan 2024 14:28:46 +0100 Subject: [PATCH] chore: remove title in favour of popper --- src/App.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 2f3c361..d9091c6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -420,9 +420,6 @@ function CharmButton(props: { "charm-button", props.shift && "second-row" )} - title={`${charms[props.charm].name}\n${ - charms[props.charm].description - }`} onMouseDown={props.onMouseDown} onMouseUp={props.onMouseUp} style={props.style}