diff options
| author | Jens Mönig <jens@moenig.org> | 2015-04-15 17:03:36 +0200 |
|---|---|---|
| committer | Jens Mönig <jens@moenig.org> | 2015-04-15 17:03:36 +0200 |
| commit | db01489a49631ffed9a3d2acefa8581ded8752ad (patch) | |
| tree | 7d16ee9ed81a1b6d6d5b65159abfb9be66b117f5 /threads.js | |
| parent | 5bf3820ce190d2334187681fb384421c594f52ac (diff) | |
| download | snap-db01489a49631ffed9a3d2acefa8581ded8752ad.tar.gz snap-db01489a49631ffed9a3d2acefa8581ded8752ad.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; @@ -1816,6 +1816,7 @@ Process.prototype.doAsk = function (data) { isStage = this.blockReceiver() instanceof StageMorph, activePrompter; + stage.keysPressed = {}; if (!this.prompter) { activePrompter = detect( stage.children, |
