Fix platformKeys initialization code never running at all
After cb62ab064d
.
This commit is contained in:
parent
cb62ab064d
commit
03b00669ed
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
if (event.currentTarget !== event.target) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue