()
| 166 | * Redraw the page. |
| 167 | */ |
| 168 | const shiftRight = function() { |
| 169 | currentlySelectedPanelIndex = post.shiftRight(currentlySelectedPanelIndex); |
| 170 | redraw(); |
| 171 | }; |
| 172 | |
| 173 | /** |
| 174 | * Change the current panel being edited. |
nothing calls this directly
no test coverage detected