Remove deprecated keydown event being sent by client library
This commit is contained in:
parent
2adbaea026
commit
0bac3765b3
|
@ -94,10 +94,6 @@ export default `
|
|||
}
|
||||
|
||||
window.addEventListener("message", receiveMessage)
|
||||
window.addEventListener("keydown", evt => {
|
||||
window.parent.postMessage({ type: "keydown", key: event.key })
|
||||
})
|
||||
|
||||
window.parent.postMessage({ type: "ready" })
|
||||
</script>
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue