Skip to content

Commit

Permalink
Always remove transform on draggable elements
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jun 19, 2024
1 parent 1a9ba5c commit a67bfdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ export function createProjectionNode<I>({
const isResetRequested =
this.isLayoutDirty ||
this.shouldResetTransform ||
this.options.visualElement?.getProps().drag
this.options.alwaysMeasureLayout

const hasProjection =
this.projectionDelta && !isDeltaZero(this.projectionDelta)
Expand Down

0 comments on commit a67bfdf

Please sign in to comment.