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