You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom events are not being respected (used) when listening to them on <:Window>. The repl wasn't saving for me just now so you can copy-paste this into it to see. It gives an error about the escKey custom event being unused and in the source you can see it has window.addEventListener('escKey', onwindowescKey).
Custom events are not being respected (used) when listening to them on
<:Window>
. The repl wasn't saving for me just now so you can copy-paste this into it to see. It gives an error about theescKey
custom event being unused and in the source you can see it haswindow.addEventListener('escKey', onwindowescKey)
.The text was updated successfully, but these errors were encountered: