📝 (GenericNode/index.tsx): add cursor-text class to the generic-node-tooltip-div element to change the cursor to text when hovering over the element

This commit is contained in:
cristhianzl 2024-03-29 00:23:39 -03:00
commit d318386483

View file

@ -440,7 +440,7 @@ export default function GenericNode({
event.preventDefault();
}}
data-testid={"title-" + data.node?.display_name}
className="generic-node-tooltip-div text-primary"
className="generic-node-tooltip-div cursor-text text-primary"
>
{data.node?.display_name}
</div>