[bugfix] Actionsheet: get-container not work (#2853)
This commit is contained in:
@@ -92,6 +92,7 @@ function Actionsheet(
|
||||
position="bottom"
|
||||
overlay={props.overlay}
|
||||
lazyRender={props.lazyRender}
|
||||
getContainer={props.getContainer}
|
||||
closeOnClickOverlay={props.closeOnClickOverlay}
|
||||
onInput={(value: boolean) => {
|
||||
emit(ctx, 'input', value);
|
||||
|
||||
Reference in New Issue
Block a user