mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
Removed temp override of look
This commit is contained in:
@@ -84,9 +84,6 @@ export const draw = async function (
|
|||||||
const config = getConfig();
|
const config = getConfig();
|
||||||
if (config.look === 'neo') {
|
if (config.look === 'neo') {
|
||||||
data4Layout.markers = ['barbNeo'];
|
data4Layout.markers = ['barbNeo'];
|
||||||
data4Layout.nodes.forEach((node) => {
|
|
||||||
node.look = 'neo';
|
|
||||||
});
|
|
||||||
} else {
|
} else {
|
||||||
data4Layout.markers = ['barb'];
|
data4Layout.markers = ['barb'];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user