Fix for first case

This commit is contained in:
Knut Sveidqvist
2021-04-29 18:50:12 +02:00
parent 8f09514dd7
commit 8955e0a6b1
13 changed files with 2169 additions and 1239 deletions

View File

@@ -194,7 +194,7 @@ export const addRelation = function(_id1, _id2, title) {
}
addState(id1, type1);
addState(id2, type2);
currentDocument.relations.push({ id1, id2, title });
currentDocument.relations.push({ id1, id2, title: 'x' + title });
};
const addDescription = function(id, _descr) {