Skip to content

Commit

Permalink
fix(Display): remove willChange property due to blur
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsut committed Oct 28, 2020
1 parent ac1e788 commit 6f19787
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const LayerBox: React.FC = (props: ILayerBoxProps) => {

const style: React.CSSProperties = {
transform: `translate(${positionX}px, ${positionY}px)`,
willChange: 'transform',
width: `${width}px`,
height: `${height}px`,
zIndex: index,
Expand Down

0 comments on commit 6f19787

Please sign in to comment.