Clear ask bubble when stopForTarget

This commit is contained in:
apple502j 2018-12-09 13:14:42 +09:00
parent ebe06a97d9
commit aea7000917

View file

@ -143,13 +143,10 @@ class Scratch3SensingBlocks {
));
if (currentlyAsking) {
if (this._questionList.length > 0) {
this._askNextQuestion();
} else {
this.runtime.emit('SAY', stopTarget, null, '');
this.runtime.emit('QUESTION', null);
}
}
}
askAndWait (args, util) {
const _target = util.target;