mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-06-08 02:31:43 +00:00
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:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user