angular-three 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2190,7 +2190,7 @@ class NgtRenderer {
|
|
|
2190
2190
|
}
|
|
2191
2191
|
}
|
|
2192
2192
|
listen(target, eventName, callback) {
|
|
2193
|
-
const targetCdr = target.__ngt_renderer__?.[13 /* NgtRendererClassId.injectorFactory */]?.().get(ChangeDetectorRef,
|
|
2193
|
+
const targetCdr = target.__ngt_renderer__?.[13 /* NgtRendererClassId.injectorFactory */]?.().get(ChangeDetectorRef, null);
|
|
2194
2194
|
// if target is DOM node, then we pass that to delegate Renderer
|
|
2195
2195
|
if (this.store.isDOM(target)) {
|
|
2196
2196
|
const callbackWithCdr = (event) => {
|