mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-24 06:36:10 +01: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