fix: keyboard shortcut modal changes

This commit is contained in:
Ramesh Mane
2026-04-01 12:50:37 +00:00
parent 5fb92105c7
commit ff3a517d71
2 changed files with 3 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ export function applyLanguageDirection(dir: typeof rtl | typeof ltr) {
document.body.classList.remove(oppositeDirection)
document.body.classList.add(dir)
document.body.style.direction = dir
document.documentElement.setAttribute('dir', dir)
}
export const getViewIcon = (key?: string | number) => {