fix(webui): normalize action tooltips

This commit is contained in:
Xubin Ren
2026-06-10 04:26:06 +08:00
parent 1432094bb5
commit fd947a1fd8
2 changed files with 60 additions and 45 deletions
@@ -1768,7 +1768,6 @@ export function ThreadComposer({
disabled={voiceRecorder.buttonDisabled}
aria-label={voiceButtonLabel}
aria-keyshortcuts={VOICE_SHORTCUT_ARIA}
title={voiceButtonTooltip}
onPointerDown={voiceRecorder.beginPress}
onPointerUp={voiceRecorder.endPress}
onPointerCancel={voiceRecorder.endPress}