fix: child webview is not reposition after scroll
This commit is contained in:
@@ -11,7 +11,6 @@ interface RouterContext {
|
||||
export const Route = createRootRouteWithContext<RouterContext>()({
|
||||
component: () => <Outlet />,
|
||||
pendingComponent: Pending,
|
||||
wrapInSuspense: true,
|
||||
});
|
||||
|
||||
function Pending() {
|
||||
|
||||
Reference in New Issue
Block a user