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