Skip to content

Commit

Permalink
fix transition resuming
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Oct 4, 2022
1 parent 43e7a96 commit e664c0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/solid/src/reactive/signal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,9 @@ function updateComputation(node: Computation<any>) {
queueMicrotask(() => {
runUpdates(() => {
Transition && (Transition.running = true);
Listener = Owner = node;
runComputation(node, (node as Memo<any>).tValue, time);
Listener = Owner = null;
}, false);
});
}
Expand Down

0 comments on commit e664c0f

Please sign in to comment.