fix: recover inert macos webview startup
This commit is contained in:
10
src/components/FrontendReadyMarker.tsx
Normal file
10
src/components/FrontendReadyMarker.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { useEffect } from 'react'
|
||||
import { markFrontendReady } from '@/utils/frontendReady'
|
||||
|
||||
export function FrontendReadyMarker() {
|
||||
useEffect(() => {
|
||||
markFrontendReady()
|
||||
}, [])
|
||||
|
||||
return null
|
||||
}
|
||||
Reference in New Issue
Block a user