refactor(ivy): remove repeated getLView() calls (#30918)
PR Close #30918
This commit is contained in:
parent
016b3f16a3
commit
2b9a4cc6a6
|
@ -156,7 +156,7 @@ export function ɵɵelementEnd(): void {
|
||||||
lView[QUERIES] = currentQueries.parent;
|
lView[QUERIES] = currentQueries.parent;
|
||||||
}
|
}
|
||||||
|
|
||||||
registerPostOrderHooks(getLView()[TVIEW], previousOrParentTNode);
|
registerPostOrderHooks(lView[TVIEW], previousOrParentTNode);
|
||||||
decreaseElementDepthCount();
|
decreaseElementDepthCount();
|
||||||
|
|
||||||
// this is fired at the end of elementEnd because ALL of the stylingBindings code
|
// this is fired at the end of elementEnd because ALL of the stylingBindings code
|
||||||
|
|
Loading…
Reference in New Issue