[FIX] Closing animation of action sheet on item press (#4223)
This commit is contained in:
parent
bc34706f48
commit
992e43815d
|
@ -63,7 +63,6 @@ const ActionSheet = React.memo(
|
||||||
|
|
||||||
const hide = () => {
|
const hide = () => {
|
||||||
bottomSheetRef.current?.close();
|
bottomSheetRef.current?.close();
|
||||||
toggleVisible();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const show = (options: TActionSheetOptions) => {
|
const show = (options: TActionSheetOptions) => {
|
||||||
|
|
Loading…
Reference in New Issue