Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NMWplays/Glowify
/ E
Function
E
theme.js:5083–5085 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
5081
markManualSkip();
5082
swipe(
"next"
);
5083
}
else
if
(target?.closest(
'[data-testid="control-button-skip-back"]'
)) {
5084
tryBack();
5085
}
5086
};
5087
const
onKeyDown = (e) => {
5088
if
(e.ctrlKey && e.key ===
"ArrowRight"
) {
Callers
nothing calls this directly
Calls
2
L
Function · 0.85
C
Function · 0.85
Tested by
no test coverage detected