This commit is contained in:
Ian Gulliver
2019-06-26 19:39:32 +00:00
parent c8cf54350d
commit 6c3f2aa09c

View File

@@ -1051,7 +1051,7 @@ class Link extends EditorEntryBase {
}
let ret = [];
for (let ffrom of this.from) {
for (let from of this.from) {
for (let to of this.to) {
ret.push('"' + from.id + '" -> "' + to.id + '"' + label + ';');
}