Remove all tooltip delays throughout the app (#5969)
This commit is contained in:
@ -547,9 +547,7 @@ export const FileTreeMenu = ({
|
||||
className="!p-0 !bg-transparent hover:text-primary border-transparent hover:border-primary !outline-none"
|
||||
onClick={onCreateFile}
|
||||
>
|
||||
<Tooltip position="bottom-right" delay={750}>
|
||||
Create file
|
||||
</Tooltip>
|
||||
<Tooltip position="bottom-right">Create file</Tooltip>
|
||||
</ActionButton>
|
||||
|
||||
<ActionButton
|
||||
@ -563,9 +561,7 @@ export const FileTreeMenu = ({
|
||||
className="!p-0 !bg-transparent hover:text-primary border-transparent hover:border-primary !outline-none"
|
||||
onClick={onCreateFolder}
|
||||
>
|
||||
<Tooltip position="bottom-right" delay={750}>
|
||||
Create folder
|
||||
</Tooltip>
|
||||
<Tooltip position="bottom-right">Create folder</Tooltip>
|
||||
</ActionButton>
|
||||
</>
|
||||
)
|
||||
|
Reference in New Issue
Block a user