mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Clear ask bubble when stopForTarget
This commit is contained in:
parent
ebe06a97d9
commit
aea7000917
1 changed files with 2 additions and 5 deletions
|
@ -143,11 +143,8 @@ class Scratch3SensingBlocks {
|
|||
));
|
||||
|
||||
if (currentlyAsking) {
|
||||
if (this._questionList.length > 0) {
|
||||
this._askNextQuestion();
|
||||
} else {
|
||||
this.runtime.emit('QUESTION', null);
|
||||
}
|
||||
this.runtime.emit('SAY', stopTarget, null, '');
|
||||
this.runtime.emit('QUESTION', null);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue