mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Update ScratchRuntime.as
This commit is contained in:
parent
8ae68c0928
commit
b7267ddcc7
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ public class ScratchRuntime {
|
|||
p.x = 15;
|
||||
p.y = ScratchObj.STAGEH - p.height - 5;
|
||||
app.stagePane.addChild(p);
|
||||
setTimeout(p.grabKeyboardFocus, 100); // work-around for Window keyboard event handling
|
||||
setTimeout(p.grabKeyboardFocus, 100); // workaround for Window keyboard event handling
|
||||
}
|
||||
|
||||
public function hideAskPrompt(p:AskPrompter):void {
|
||||
|
|
Loading…
Reference in a new issue