MCPcopy Index your code
hub / github.com/spicetify/cli / removeInteraction

Function removeInteraction

jsHelper/homeConfig.js:168–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 }
167
168 function removeInteraction() {
169 container.remove();
170 for (const a of elem) {
171 a.onmouseover = undefined;
172 }
173 }
174
175 await new Promise((res) => Spicetify.Events.webpackLoaded.on(res));
176

Callers 1

homeConfig.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected