Skip to content

Commit

Permalink
Updating
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 a306efd commit c58cc95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ export function createProjectionNode<I>({
didUpdate() {
if (!this.updateScheduled) {
this.updateScheduled = true
microtask.preRender(() => this.update())
microtask.read(() => this.update())
}
}

Expand Down

0 comments on commit c58cc95

Please sign in to comment.