MCPcopy Index your code
hub / github.com/JKPotato-Computer/SignMaker / addSubPanel

Function addSubPanel

js/main.js:206–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 };
205
206 const addSubPanel = function() {
207 const sign = post.panels[currentlySelectedPanelIndex].sign;
208 sign.newSubPanel();
209 currentlySelectedSubPanelIndex++
210 updateForm();
211 redraw();
212 }
213
214 const removeSubPanel = function() {
215 const sign = post.panels[currentlySelectedPanelIndex].sign;

Callers

nothing calls this directly

Calls 3

newSubPanelMethod · 0.80
updateFormFunction · 0.70
redrawFunction · 0.70

Tested by

no test coverage detected