File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
packages/components/src/__builtins__ Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v3.0.0-alpha.2(2022-12-29)
4
-
5
- ### :blush : Other Changes
6
-
7
- 1 . [ ci: update cssinjs (#3 )] ( https://github.com/formilyjs/antd/commit/d7825f2 ) :point_right : ( [ yiyunwan] ( https://github.com/yiyunwan ) )
8
-
9
- 1 . [ ci: add tag next] ( https://github.com/formilyjs/antd/commit/cbbe499 ) :point_right : ( [ yiyunwan] ( https://github.com/yiyunwan ) )
10
-
11
- 1 . [ ci: use codecov-action@v3] ( https://github.com/formilyjs/antd/commit/6f87b9e ) :point_right : ( [ yiyunwan] ( https://github.com/yiyunwan ) )
12
-
13
- ## v3.0.0-alpha.1(2022-12-05)
14
-
15
3
### No Change Log
16
4
17
5
## v1.1.2(2023-09-21)
Original file line number Diff line number Diff line change @@ -93,8 +93,9 @@ export function SortableElement<T extends React.HTMLAttributes<HTMLElement>>(
93
93
94
94
const style = useMemo ( ( ) => {
95
95
const zIndex = transform ? 1 : 'none'
96
+ const position = transform ? 'relative' : 'unset'
96
97
const itemStyle : React . CSSProperties = {
97
- position : 'relative' ,
98
+ position,
98
99
touchAction : 'none' ,
99
100
zIndex,
100
101
transform : transform
You can’t perform that action at this time.
0 commit comments