mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
chore: 先取消动画, 略有卡顿
This commit is contained in:
parent
aad143fd80
commit
8d7c8e5cc8
@ -170,7 +170,7 @@ export class InsertionView extends Component<{ host: BuiltinSimulatorHost }> {
|
||||
}
|
||||
}
|
||||
style.transform = `translate3d(${x}px, ${y}px, 0)`;
|
||||
style.transition = 'all 0.2s ease-in-out';
|
||||
// style.transition = 'all 0.2s ease-in-out';
|
||||
|
||||
return <div className={className} style={style} />;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user