* Don't save animated webp

* Fix bad export state

* Contain scroll for camera group

* Use dvh
This commit is contained in:
Nicolas Mowen
2024-04-29 15:23:24 -06:00
committed by GitHub
parent 7745313cdc
commit 1c9626ecff
3 changed files with 43 additions and 31 deletions

View File

@@ -138,7 +138,10 @@ export default function MobileReviewSettingsDrawer({
{features.includes("export") && (
<Button
className="w-full flex justify-center items-center gap-2"
onClick={() => setDrawerMode("export")}
onClick={() => {
setDrawerMode("export");
setMode("select");
}}
>
<FaArrowDown className="p-1 fill-secondary bg-secondary-foreground rounded-md" />
Export