Remove all tooltip delays throughout the app (#5969)

This commit is contained in:
Frank Noirot
2025-03-24 22:58:54 -04:00
committed by GitHub
parent 8c3408fda3
commit f7f7d9fa2c
11 changed files with 13 additions and 31 deletions

View File

@ -40,9 +40,7 @@ export const MemoryPaneMenu = () => {
className="!p-0 !bg-transparent hover:text-primary border-transparent hover:border-primary !outline-none"
onClick={copyProgramMemoryToClipboard}
>
<Tooltip position="bottom-right" delay={750}>
Copy to clipboard
</Tooltip>
<Tooltip position="bottom-right">Copy to clipboard</Tooltip>
</ActionButton>
</>
)