added hidePromotedAttributes label, fixes #221

This commit is contained in:
azivner
2018-11-13 22:14:41 +01:00
parent 83c6f86d26
commit abbade96af
3 changed files with 7 additions and 5 deletions

View File

@@ -528,9 +528,7 @@ $centerButton.click(() => {
let averageX = totalX / mapData.notes.length;
let averageY = totalY / mapData.notes.length;
console.log(averageX, averageY);
//pzInstance.moveTo(averageX, averageY);
pzInstance.moveTo(averageX, averageY);
});
$component.on("drop", dropNoteOntoRelationMapHandler);