fix: Added keyboard focus shortcut

This commit is contained in:
Simeon Radivoev 2026-03-30 20:51:48 +03:00
parent ccc5a05ed7
commit b4e9112989
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
7 changed files with 141 additions and 15 deletions

View file

@ -464,7 +464,7 @@ const assets = new Set<string>([
]);
// Store basePath resolved from Vite config
const BASE_PATH = "./";
const BASE_PATH = "/";
/**