|
@@ -444,7 +444,7 @@ export class Dragger extends React.Component<DraggerProps, {}> {
|
|
style={{
|
|
style={{
|
|
...style,
|
|
...style,
|
|
touchAction: 'none!important',
|
|
touchAction: 'none!important',
|
|
- transform: `translate(${x}px,${y}px)`,
|
|
|
|
|
|
+ transform: `translate3d(${x}px,${y}px,0px)`,
|
|
width: w,
|
|
width: w,
|
|
height: h,
|
|
height: h,
|
|
}}
|
|
}}
|