Skip to content

Commit

Permalink
Undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jul 24, 2023
1 parent 5a114e0 commit 9deebfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev/projection/perf-neighbours.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
console.log(window.ProjectionFrames)
checkFrame(topEl, 2, {
totalNodes: 5,
resolvedTargetDeltas: 4,
recalculatedProjection: 4,
resolvedTargetDeltas: 3,
recalculatedProjection: 3,
})
})
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,6 @@ export function propagateDirtyNodes(node: IProjectionNode) {
)

node.isTransformDirty ||= node.parent.isTransformDirty
node.isProjectionDirty ||= node.parent.isProjectionDirty
}

export function cleanDirtyNodes(node: IProjectionNode) {
Expand Down

0 comments on commit 9deebfd

Please sign in to comment.