default sidebar collapse mobile
This commit is contained in:
@@ -19,3 +19,5 @@ export const getAllMatches = (regex: RegExp, input: string): RegExpExecArray[] =
|
||||
} while (m)
|
||||
return matches
|
||||
}
|
||||
|
||||
export const windowIsMobile = () => window.innerWidth < 640
|
||||
|
||||
Reference in New Issue
Block a user