MCPcopy 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

LFunction · 0.85
CFunction · 0.85

Tested by

no test coverage detected