This commit is contained in:
tanglong 2025-09-26 16:25:40 +08:00
parent c9393ebd3e
commit 1a4490a61c
2 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,6 @@ namespace Wpf_AiSportsMicrospace.Common
return (int)WavingAction.None;
}
/// <summary>
/// 冷却防抖(避免重复触发)
/// </summary>

View File

@ -198,6 +198,7 @@ namespace Wpf_AiSportsMicrospace
case (int)WavingAction.RaiseHand: // 举手完成
_cts.Cancel();
break;
default: // 没有动作 → 取消进度
Dispatcher.BeginInvoke(() => coverFlow.CancelSelectedProgress());
break;