mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 05:23:42 +08:00
feat: chat panel header absolute
This commit is contained in:
@@ -72,7 +72,7 @@ import { useMaskStore } from "@/app/store/mask";
|
||||
import { ProviderType } from "@/app/utils/cloud";
|
||||
import SettingHeader from "./SettingHeader";
|
||||
import useMobileScreen from "@/app/hooks/useMobileScreen";
|
||||
import { MenuWrapperInspectProps } from "@/app/components/MenuWrapper";
|
||||
import { MenuWrapperInspectProps } from "@/app/components/MenuLayout";
|
||||
|
||||
function EditPromptModal(props: { id: string; onClose: () => void }) {
|
||||
const promptStore = usePromptStore();
|
||||
|
||||
Reference in New Issue
Block a user