TootBottomSheet: fix the skipped animation
This commit is contained in:
parent
4cf065fe1f
commit
e5b220aef5
4 changed files with 64 additions and 31 deletions
|
@ -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>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue