do not capture keystrokes when opening in a new tab

pull/389/head
nightwing 2016-12-13 22:01:30 +00:00
rodzic 03a1ed06e3
commit a6c17ca958
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -386,6 +386,7 @@ function Reloader(win, console) {
// Keys
var ckb;
function setKeys(list) {
if (window.opener) return; // do not forward keys when not in iframe
ckb = {};
list.forEach(function(item) {