fix(ui): add additional tooltip to the skip range
This commit is contained in:
parent
e8a8f37d3e
commit
fdb7ef6819
1 changed files with 4 additions and 1 deletions
|
|
@ -134,7 +134,10 @@ function PlayerControls(props: Props) {
|
|||
</div>
|
||||
}
|
||||
>
|
||||
<div onClick={toggleTooltip}>{currentInterval}s</div>
|
||||
<div onClick={toggleTooltip}>
|
||||
{/* @ts-ignore */}
|
||||
<Tooltip disabled={showTooltip} title="Set default skip duration">{currentInterval}s</Tooltip>
|
||||
</div>
|
||||
</Tooltip>
|
||||
</div>
|
||||
{/* @ts-ignore */}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue