增加recover事件的一个finish
This commit is contained in:
parent
f3bb86c5c4
commit
7044ba0a37
|
@ -5932,6 +5932,8 @@ export class Player extends HTMLDivElement {
|
|||
next.filterStop = function(){
|
||||
if (this.num <= 0 || this.player.isHealthy()){
|
||||
delete this.filterStop;
|
||||
this.finish();
|
||||
this._triggered = null;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue