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

Function duplicatePanel

js/main copy.js:127–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 * Redraw the page.
126 */
127 const duplicatePanel = function() {
128 post.duplicatePanel(currentlySelectedPanelIndex);
129 currentlySelectedPanelIndex++;
130 updateForm();
131 redraw();
132 };
133
134 /**
135 * Delete the currently selected panel.

Callers

nothing calls this directly

Calls 3

duplicatePanelMethod · 0.80
updateFormFunction · 0.70
redrawFunction · 0.70

Tested by

no test coverage detected