()
| 112 | * Redraw the page. |
| 113 | */ |
| 114 | const newPanel = function() { |
| 115 | post.newPanel(); |
| 116 | currentlySelectedPanelIndex = post.panels.length - 1; |
| 117 | updateForm(); |
| 118 | redraw(); |
| 119 | }; |
| 120 | |
| 121 | /** |
| 122 | * Duplicate the currently selected panel. |
no test coverage detected