Skip to content

Commit

Permalink
Fixing snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry authored and mergatron[bot] committed May 22, 2024
1 parent 933dbe2 commit 820e8d3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ import { noop } from "../../utils/noop"
import { time } from "../../frameloop/sync-time"
import { microtask } from "../../frameloop/microtask"
import { VisualElement } from "../../render/VisualElement"
import { flushKeyframeResolvers } from "../../render/utils/KeyframesResolver"

const transformAxes = ["", "X", "Y", "Z"]

Expand Down Expand Up @@ -580,7 +579,6 @@ export function createProjectionNode<I>({
this.isUpdating = true

if (window.HandoffCancelAllAnimations) {
// flushKeyframeResolvers()
window.HandoffCancelAllAnimations()
}

Expand Down

0 comments on commit 820e8d3

Please sign in to comment.