mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
added hidePromotedAttributes label, fixes #221
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user