Skip to content

Commit 6fdc189

Browse files
committed
remove util
1 parent 38130cf commit 6fdc189

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

resources/js/lib/utils.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,3 @@ import { twMerge } from 'tailwind-merge';
44
export function cn(...inputs: ClassValue[]) {
55
return twMerge(clsx(inputs));
66
}
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

Comments
 (0)