fix: channels — aria-live, listbox, tooltip, mobile, resize, theme, cache, refresh (closes #84, #85, #86, #87, #88, #89, #90, #91, #92)

This commit is contained in:
you
2026-03-19 19:39:08 +00:00
parent 5255f7091e
commit bd560b9e52
+4 -1
View File
@@ -153,7 +153,10 @@
function chBack() {
closeNodeDetail();
document.querySelector('.ch-layout')?.classList.remove('ch-show-main');
var layout = document.querySelector('.ch-layout');
if (layout) layout.classList.remove('ch-show-main');
var sidebar = document.querySelector('.ch-sidebar');
if (sidebar) sidebar.style.pointerEvents = '';
}
// WCAG AA compliant colors — ≥4.5:1 contrast on both white and dark backgrounds