test(chat): enable resizes-content keyboard experiment
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
|
import type { Viewport } from "next";
|
||||||
import type { ReactNode } from "react";
|
import type { ReactNode } from "react";
|
||||||
|
|
||||||
import { ChatRouteProviders } from "@/providers/chat-route-providers";
|
import { ChatRouteProviders } from "@/providers/chat-route-providers";
|
||||||
|
|
||||||
|
export const viewport: Viewport = {
|
||||||
|
interactiveWidget: "resizes-content",
|
||||||
|
};
|
||||||
|
|
||||||
export default function ChatLayout({ children }: { children: ReactNode }) {
|
export default function ChatLayout({ children }: { children: ReactNode }) {
|
||||||
return <ChatRouteProviders>{children}</ChatRouteProviders>;
|
return <ChatRouteProviders>{children}</ChatRouteProviders>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user