fix(Change Detection): fix merge error
This commit is contained in:
parent
174613067c
commit
ceb9ee92bb
|
@ -276,10 +276,6 @@ export class Record {
|
||||||
this.context = value;
|
this.context = value;
|
||||||
this.recordRange.enableRecord(this);
|
this.recordRange.enableRecord(this);
|
||||||
|
|
||||||
if (!this.isMarkerRecord) {
|
|
||||||
this.recordRange.enableRecord(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.isCollection) {
|
if (this.isCollection) {
|
||||||
if (ArrayChanges.supports(value)) {
|
if (ArrayChanges.supports(value)) {
|
||||||
if (this.type != RECORD_TYPE_ARRAY) {
|
if (this.type != RECORD_TYPE_ARRAY) {
|
||||||
|
|
Loading…
Reference in New Issue