Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/stackblitz/bolt.new
/ isMobile
Function
isMobile
app/utils/mobile.ts:1–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
export
function
isMobile() {
2
// we use sm: as the breakpoint for mobile. It's currently set to 640px
3
return
globalThis.innerWidth < 640;
4
}
Callers
1
EditorPanel.tsx
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected