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,11 +143,8 @@ class Scratch3SensingBlocks {
)); ));
if (currentlyAsking) { if (currentlyAsking) {
if (this._questionList.length > 0) { this.runtime.emit('SAY', stopTarget, null, '');
this._askNextQuestion(); this.runtime.emit('QUESTION', null);
} else {
this.runtime.emit('QUESTION', null);
}
} }
} }