Skip to content

Commit ab7a619

Browse files
Chau TranChau Tran
Chau Tran
authored and
Chau Tran
committed
fix(core): ensure to notify change detection on pointermissed
1 parent 9a697f2 commit ab7a619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/angular-three/src/lib/canvas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ export class NgtCanvas extends NgtSignalStore<NgtCanvasInputs> implements OnInit
167167
this.#store.set({
168168
onPointerMissed: (event: MouseEvent) => {
169169
this.pointerMissed.emit(event);
170+
safeDetectChanges(this.#cdr);
170171
},
171172
});
172173
}

0 commit comments

Comments
 (0)