Add tooltip delay for expand/collapse of player image

This commit is contained in:
jeffvli 2023-01-06 01:59:37 -08:00
parent cf904b5d51
commit 624b1bb94d
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@ export const LeftControls = () => {
radius={50}
size="xs"
sx={{ position: 'absolute', right: 2, top: 2 }}
tooltip={{ label: 'Expand' }}
tooltip={{ label: 'Expand', openDelay: 500 }}
variant="default"
onClick={(e) => {
e.preventDefault();