Skip to content

Commit d1658fa

Browse files
fix(overmind-angular): revert previous fix
1 parent f788b7a commit d1658fa

File tree

1 file changed

+1
-1
lines changed
  • packages/node_modules/overmind-angular/src

1 file changed

+1
-1
lines changed

packages/node_modules/overmind-angular/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ export default class VueApp<
7878
paths: Array.from(paths),
7979
})
8080
this.__listener = instance.addMutationListener(paths, (flushId) => {
81+
this.cdr && this.cdr.markForCheck()
8182
this.__shouldUpdatePaths = true
82-
this.cdr && this.cdr.detectChanges()
8383
instance.eventHub.emitAsync(EventType.COMPONENT_UPDATE, {
8484
componentId,
8585
componentInstanceId: this.__componentInstanceId,

0 commit comments

Comments
 (0)