mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 06:29:25 +08:00
fix(mobile): fix page scrolling issue
This commit is contained in:
parent
bd5826d02e
commit
eef3d183b0
@ -121,7 +121,7 @@ export const SortableItem: React.FC<SortableItemProps> = React.memo((props) => {
|
||||
|
||||
return React.createElement(
|
||||
component || 'div',
|
||||
_.omit(others, ['children', 'schema', 'overStyle', 'style', 'openMode', 'id', 'eid', 'removeParentsIfNoChildren']),
|
||||
_.omit(others, ['children', 'schema', 'overStyle', 'openMode', 'id', 'eid', 'removeParentsIfNoChildren']),
|
||||
props.children,
|
||||
);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user