You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone know how an item could change in size when you are dragging it. I searched online and I believe this has to do with CSS but I'm using CSS.Translate.toString(transform) from the docs so I'm not really sure how this could be happening.....
style={ { ...style, transform: CSS.Translate.toString(transform) } as React.CSSProperties }
For reference, here is what it looks like when dragging (shorter rectangle) and when it is static (taller rectangle)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Does anyone know how an item could change in size when you are dragging it. I searched online and I believe this has to do with CSS but I'm using
CSS.Translate.toString(transform)
from the docs so I'm not really sure how this could be happening.....style={ { ...style, transform: CSS.Translate.toString(transform) } as React.CSSProperties }
For reference, here is what it looks like when dragging (shorter rectangle) and when it is static (taller rectangle)


Beta Was this translation helpful? Give feedback.
All reactions