mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 10:51:26 +01:00
New sidebar and folder view (#263)
This commit is contained in:
4
src-web/lib/scopes.ts
Normal file
4
src-web/lib/scopes.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
export function isSidebarFocused() {
|
||||
return document.activeElement?.closest('.x-theme-sidebar') != null;
|
||||
}
|
||||
Reference in New Issue
Block a user