mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:08:32 +02:00
Refactor desktop app into separate client and proxy apps
This commit is contained in:
3
apps/yaak-client/lib/scopes.ts
Normal file
3
apps/yaak-client/lib/scopes.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function isSidebarFocused() {
|
||||
return document.activeElement?.closest('.x-theme-sidebar') != null;
|
||||
}
|
||||
Reference in New Issue
Block a user