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 (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;