mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-18 13:47:02 +02:00
Split codebase (#455)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function isSidebarFocused() {
|
||||
return document.activeElement?.closest(".x-theme-sidebar") != null;
|
||||
}
|
||||
Reference in New Issue
Block a user