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

Function shiftRight

js/main.js:194–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192
193 // Shift a panel to the right, and redraw.
194 const shiftRight = function() {
195 currentlySelectedPanelIndex = post.shiftRight(currentlySelectedPanelIndex);
196 redraw();
197 };
198
199 // Set the current panel based off parameter number, within the correct range (0 < # of panels - 1)
200 const changeEditingPanel = function(panelNumber) {

Callers

nothing calls this directly

Calls 2

shiftRightMethod · 0.80
redrawFunction · 0.70

Tested by

no test coverage detected