We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38130cf commit 6fdc189Copy full SHA for 6fdc189
resources/js/lib/utils.ts
@@ -4,11 +4,3 @@ import { twMerge } from 'tailwind-merge';
4
export function cn(...inputs: ClassValue[]) {
5
return twMerge(clsx(inputs));
6
}
7
-
8
-export function cleanupMobileNavigation() {
9
- // Remove pointer-events style from body...
10
- document.body.style.removeProperty('pointer-events');
11
12
- // Dispatch a custom event that the sidebar can listen to...
13
- window.dispatchEvent(new CustomEvent('mobile-navigation'));
14
-}
0 commit comments