Skip to content

Commit ff05126

Browse files
committed
Modal keyboard debug
1 parent 7d9aa35 commit ff05126

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/UI/ModalOverlay.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ class ModalOverlay extends HTMLElement {
3333
this.dispatchEvent(new CustomEvent("escape"));
3434
}
3535

36-
console.log(this.attributes, this.getAttribute("on"));
36+
console.log(this);
37+
console.log('---');
38+
console.log(this.events);
3739

3840
if (ev.key === "Enter") {
3941
ev.preventDefault();

0 commit comments

Comments
 (0)