Commit bd83261c authored by limingzhe's avatar limingzhe

fix: touches bug

parent 6b1f8c5d
...@@ -543,6 +543,12 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -543,6 +543,12 @@ export class PlayComponent implements OnInit, OnDestroy {
return; return;
} }
if (this.curStrip) {
this.cleanCurStrip();
return false;
}
if (this.letterBg.visible) { if (this.letterBg.visible) {
if (this.startBtn.visible && this.checkClickTarget(this.startBtn)) { if (this.startBtn.visible && this.checkClickTarget(this.startBtn)) {
this.clickedStartBtn(); this.clickedStartBtn();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment