断点
This commit is contained in:
parent
c9393ebd3e
commit
1a4490a61c
@ -178,7 +178,6 @@ namespace Wpf_AiSportsMicrospace.Common
|
||||
return (int)WavingAction.None;
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 冷却防抖(避免重复触发)
|
||||
/// </summary>
|
||||
|
||||
@ -198,6 +198,7 @@ namespace Wpf_AiSportsMicrospace
|
||||
case (int)WavingAction.RaiseHand: // 举手完成
|
||||
_cts.Cancel();
|
||||
break;
|
||||
|
||||
default: // 没有动作 → 取消进度
|
||||
Dispatcher.BeginInvoke(() => coverFlow.CancelSelectedProgress());
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user