mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 07:22:33 -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,13 +143,10 @@ class Scratch3SensingBlocks {
|
||||||
));
|
));
|
||||||
|
|
||||||
if (currentlyAsking) {
|
if (currentlyAsking) {
|
||||||
if (this._questionList.length > 0) {
|
this.runtime.emit('SAY', stopTarget, null, '');
|
||||||
this._askNextQuestion();
|
|
||||||
} else {
|
|
||||||
this.runtime.emit('QUESTION', null);
|
this.runtime.emit('QUESTION', null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
askAndWait (args, util) {
|
askAndWait (args, util) {
|
||||||
const _target = util.target;
|
const _target = util.target;
|
||||||
|
|
Loading…
Reference in a new issue