feat: chat panel header absolute

This commit is contained in:
butterfly
2024-04-22 11:02:25 +08:00
parent 37cc87531c
commit 4a5465f884
7 changed files with 10 additions and 10 deletions

View File

@@ -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();