mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-25 18:30:10 +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);
|
||||
// Object.freeze(Object.prototype);
|
||||
// Object.freeze(Object);
|
||||
results = assignWithDepth(results, [...args]);
|
||||
} else {
|
||||
results = inits.args;
|
||||
|
Reference in New Issue
Block a user