#941 Fix for issue with directions iin flowchart

This commit is contained in:
knsv
2019-09-19 13:56:41 -07:00
parent d8397f146b
commit f39e120952
2 changed files with 2 additions and 2 deletions

View File

@@ -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.