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

Function newExitTab

js/main.js:240–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238
239 // Create a new exit tab, update the form, and redraw.
240 const newExitTab = function() {
241 const panel = post.panels[currentlySelectedPanelIndex];
242 panel.newExitTab();
243 currentlySelectedExitTabIndex = panel.exitTabs.length - 1;
244 updateForm();
245 redraw();
246 }
247
248 // Create a new nested exit tab within the parent exit tab.
249 const newNestExitTab = function() {

Callers

nothing calls this directly

Calls 3

newExitTabMethod · 0.80
updateFormFunction · 0.70
redrawFunction · 0.70

Tested by

no test coverage detected