mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 18:36:43 +00:00
feat(nc-gui): applyNonSelectable
This commit is contained in:
@@ -37,3 +37,7 @@ export function applyLanguageDirection(dir: typeof rtl | typeof ltr) {
|
||||
document.body.classList.add(dir)
|
||||
document.body.style.direction = dir
|
||||
}
|
||||
|
||||
export function applyNonSelectable() {
|
||||
document.body.classList.add('non-selectable')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user