onBlur also resetKeys

This commit is contained in:
Matt Pass
2014-02-18 09:09:25 +00:00
parent 1584a7d1a6
commit c80cbbdc0a
3 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ h2 {color: rgba(0,198,255,0.7)}
<link rel="stylesheet" href="lib/file-types.css">
</head>
<body style="color: #fff; margin: 0" onKeyDown="return top.ICEcoder.interceptKeys('content', event);" onKeyUp="top.ICEcoder.resetKeys(event);">
<body style="color: #fff; margin: 0" onKeyDown="return top.ICEcoder.interceptKeys('content', event);" onKeyUp="top.ICEcoder.resetKeys(event);" onBlur="parent.ICEcoder.resetKeys(event);">
<?php if ($ICEcoder['demoMode']) {?>
<div class="demoArrow"><b>Click icons<br>for help &amp;<br>usage info</b></div>