MCPcopy
hub / github.com/KaTeX/KaTeX / toggleOptionsPanel

Function toggleOptionsPanel

static/main.js:168–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 }
167
168 function toggleOptionsPanel() {
169 optionsPanel.classList.toggle("collapsed");
170 syncOptionsPanelState();
171 }
172
173 function clearRenderError() {
174 mathContainer.classList.remove("has-error");

Callers

nothing calls this directly

Calls 1

syncOptionsPanelStateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…