diff options
| author | Jens Mönig <jens@moenig.org> | 2015-04-15 17:02:10 +0200 |
|---|---|---|
| committer | Jens Mönig <jens@moenig.org> | 2015-04-15 17:02:10 +0200 |
| commit | 7eb778a98e08e4c79a73ed41be6beafa1fda5788 (patch) | |
| tree | 6af82f73542261f95384894fc599a0168d35ae02 /threads.js | |
| parent | 303188f2d5c3280972d02060e8e0fdaf50b4310e (diff) | |
| download | snap-7eb778a98e08e4c79a73ed41be6beafa1fda5788.tar.gz snap-7eb778a98e08e4c79a73ed41be6beafa1fda5788.zip | |
flush Stage>>keysPressed when prompting the user
Diffstat (limited to 'threads.js')
| -rw-r--r-- | threads.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -83,7 +83,7 @@ ArgLabelMorph, localize, XML_Element, hex_sha512*/ // Global stuff //////////////////////////////////////////////////////// -modules.threads = '2015-March-25'; +modules.threads = '2015-April-15'; var ThreadManager; var Process; @@ -1835,6 +1835,7 @@ Process.prototype.doAsk = function (data) { isStage = this.blockReceiver() instanceof StageMorph, activePrompter; + stage.keysPressed = {}; if (!this.prompter) { activePrompter = detect( stage.children, |
