TootBottomSheet: fix the skipped animation

This commit is contained in:
thislight 2024-09-27 18:04:09 +08:00
parent 4cf065fe1f
commit e5b220aef5
4 changed files with 64 additions and 31 deletions

View file

@ -22,7 +22,7 @@ import { Title } from "../material/typography";
type ChooseTootLangProps = {
code: string;
onCodeChange: (ncode?: string) => void;
onCodeChange: (ncode: string) => void;
onClose?: JSX.EventHandlerUnion<HTMLButtonElement, MouseEvent>;
};