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

Function shiftRight

js/main copy.js:168–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 * Redraw the page.
167 */
168 const shiftRight = function() {
169 currentlySelectedPanelIndex = post.shiftRight(currentlySelectedPanelIndex);
170 redraw();
171 };
172
173 /**
174 * Change the current panel being edited.

Callers

nothing calls this directly

Calls 2

shiftRightMethod · 0.80
redrawFunction · 0.70

Tested by

no test coverage detected