MCPcopy
hub / github.com/spicetify/cli / wrapScrollableContainer

Function wrapScrollableContainer

jsHelper/spicetifyWrapper.js:2480–2485  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2478 })();
2479
2480 const wrapScrollableContainer = (element) =>
2481 Spicetify.React.createElement(
2482 "div",
2483 { className: "custom-navlinks-scrollable_container" },
2484 Spicetify.React.createElement(Spicetify.ReactComponent.ScrollableContainer, null, element)
2485 );
2486
2487 const NavLinks = () =>
2488 Spicetify.React.createElement(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected