Skip to content

Commit e64eccf

Browse files
committed
fix(core): run invalidate on canvasOtions changes
1 parent b8ab640 commit e64eccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/core/dom/src/lib/canvas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ export class NgtCanvas {
177177
configurator.configure(canvasOptions);
178178

179179
if (this.glRef) {
180+
this.store.snapshot.invalidate();
180181
this.glRef.detectChanges();
181182
} else {
182183
this.noZoneRender(canvasElement, canvasVcr, canvasContent);

0 commit comments

Comments
 (0)