MCPcopy Create free account
hub / github.com/zhongsp/TypeScript / showThemes

Function showThemes

docs/book.js:298–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296 };
297
298 function showThemes() {
299 themePopup.style.display = 'block';
300 themeToggleButton.setAttribute('aria-expanded', true);
301 themePopup.querySelector("button#" + get_theme()).focus();
302 }
303
304 function updateThemeSelected() {
305 themePopup.querySelectorAll('.theme-selected').forEach(function (el) {

Callers 1

book.jsFile · 0.85

Calls 1

get_themeFunction · 0.85

Tested by

no test coverage detected