MCPcopy Create free account
hub / github.com/JKPotato-Computer/SignMaker / shiftLeft

Function shiftLeft

js/main.js:188–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186
187 // Shift a panel to the left, and redraw.
188 const shiftLeft = function() {
189 currentlySelectedPanelIndex = post.shiftLeft(currentlySelectedPanelIndex);
190 redraw();
191 };
192
193 // Shift a panel to the right, and redraw.
194 const shiftRight = function() {

Callers

nothing calls this directly

Calls 2

shiftLeftMethod · 0.80
redrawFunction · 0.70

Tested by

no test coverage detected