X Tutup
Skip to content

Commit ceb9ee9

Browse files
committed
fix(Change Detection): fix merge error
1 parent 1746130 commit ceb9ee9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/change_detection/src/record.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,6 @@ export class Record {
276276
this.context = value;
277277
this.recordRange.enableRecord(this);
278278

279-
if (!this.isMarkerRecord) {
280-
this.recordRange.enableRecord(this);
281-
}
282-
283279
if (this.isCollection) {
284280
if (ArrayChanges.supports(value)) {
285281
if (this.type != RECORD_TYPE_ARRAY) {

0 commit comments

Comments
 (0)
X Tutup