(e)
| 708 | } |
| 709 | |
| 710 | function onGraphEscape(e) { |
| 711 | if (e.key === "Escape") closeGraphView(); |
| 712 | } |
| 713 | |
| 714 | function initGraphView() { |
| 715 | document.getElementById("graph-toggle").addEventListener("click", openGraphView); |
nothing calls this directly
no test coverage detected