Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Vishal-raj-1/Awesome-JavaScript-Projects
/ handleKeyEvent
Method
handleKeyEvent
assets/js/slider.js:41–43 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
39
}
40
41
handleKeyEvent(e) {
42
if
(e.keyCode === 27) this.close();
43
}
44
45
bindEvents() {
46
const
triggers = document.querySelectorAll(
'[data-pushbar-target]'
);
Callers
1
bindEvents
Method · 0.95
Calls
1
close
Method · 0.95
Tested by
no test coverage detected