mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 08:50:13 +02:00
#941 Fix for issue with directions iin flowchart
This commit is contained in:
@@ -283,7 +283,7 @@ export const bindFunctions = function(element) {
|
||||
});
|
||||
};
|
||||
export const getDirection = function() {
|
||||
return direction;
|
||||
return direction.trim();
|
||||
};
|
||||
/**
|
||||
* Retrieval function for fetching the found nodes after parsing has completed.
|
||||
|
Reference in New Issue
Block a user