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

Function shiftLeft

js/main copy.js:158–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 * Redraw the page.
157 */
158 const shiftLeft = function() {
159 currentlySelectedPanelIndex = post.shiftLeft(currentlySelectedPanelIndex);
160 redraw();
161 };
162
163 /**
164 * Shift the currently selected panel right.

Callers

nothing calls this directly

Calls 2

shiftLeftMethod · 0.80
redrawFunction · 0.70

Tested by

no test coverage detected