mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 02:39:41 +02:00
#2219 UnFrezing object to not cause other downstream issues
This commit is contained in:
@@ -89,8 +89,8 @@ export const detectInit = function (text, cnf) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
Object.freeze(Object.prototype);
|
// Object.freeze(Object.prototype);
|
||||||
Object.freeze(Object);
|
// Object.freeze(Object);
|
||||||
results = assignWithDepth(results, [...args]);
|
results = assignWithDepth(results, [...args]);
|
||||||
} else {
|
} else {
|
||||||
results = inits.args;
|
results = inits.args;
|
||||||
|
Reference in New Issue
Block a user