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

Method changePosition

Extensions/bookmark.js:96–99  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

94 }
95
96 changePosition(x, y) {
97 this.items.style.left = `${x}px`;
98 this.items.style.top = `${y + 40}px`;
99 }
100
101 storeScroll() {
102 this.lastScroll = this.items.scrollTop;

Callers 1

bookmark.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected