fix: TTS timeout options should popup now in iOS (#1037)

This commit is contained in:
Huang Xin
2025-05-05 17:43:10 +08:00
committed by GitHub
parent 5e04f6ae03
commit ddcee6b3df
@@ -232,7 +232,10 @@ const TTSPanel = ({
<MdFastForward size={iconSize32} />
</button>
<div className='dropdown dropdown-top'>
<button className='flex flex-col items-center justify-center rounded-full p-1'>
<button
tabIndex={0}
className='flex flex-col items-center justify-center rounded-full p-1'
>
<MdAlarm size={iconSize32} />
{timeoutCountdown && (
<span