()
| 166 | } |
| 167 | |
| 168 | function toggleOptionsPanel() { |
| 169 | optionsPanel.classList.toggle("collapsed"); |
| 170 | syncOptionsPanelState(); |
| 171 | } |
| 172 | |
| 173 | function clearRenderError() { |
| 174 | mathContainer.classList.remove("has-error"); |
nothing calls this directly
no test coverage detected
searching dependent graphs…