Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 5c0e608

Browse files
vicbmhevery
authored andcommitted
fix(scope) fix stats
1 parent 25dfd32 commit 5c0e608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/scope.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ class RootScope extends Scope {
529529
runObservers = false;
530530
readOnlyGroup.detectChanges(exceptionHandler:_exceptionHandler);
531531
}
532-
if (_domReadHead != null) _stats.domWriteStart();
532+
if (_domReadHead != null) _stats.domReadStart();
533533
while (_domReadHead != null) {
534534
try {
535535
_domReadHead.fn();

0 commit comments

Comments
 (0)