Hide voice rooms on mobile
This commit is contained in:
@@ -80,9 +80,6 @@ export const createScroller = ({
|
||||
|
||||
export const isMobile = "ontouchstart" in document.documentElement
|
||||
|
||||
// Remove this when we implement voice rooms on mobile
|
||||
export const isMobileViewport = () => window.innerWidth <= 768
|
||||
|
||||
export const downloadText = (filename: string, text: string) => {
|
||||
const blob = new Blob([text], {type: "text/plain"})
|
||||
const url = URL.createObjectURL(blob)
|
||||
|
||||
Reference in New Issue
Block a user