()
| 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. |
nothing calls this directly
no test coverage detected