We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbe1c4 commit 9edd353Copy full SHA for 9edd353
eda-frontend/src/components/SchematicEditor/Helper/ToolbarTools.js
@@ -951,7 +951,7 @@ function parseXmlToGraph (xmlDoc, graph) {
951
console.log(v1.properties)
952
}
953
for (var check in props) {
954
- try { v1.properties[check] = cells[i].children[2].attributes[check].value } catch (e) { v1.properties[check] = cells[i].children[1].attributes[check].value }
+ try { v1.properties[check] = cells[i].children[2].attributes[check].value } catch (e) { /* v1.properties[check] = cells[i].children[1].attributes[check].value */ }
955
956
console.log('component added')
957
} else if (cellAttrs.Pin.value === '1') {
0 commit comments