Set path so it is positioned on top of center

This commit is contained in:
Hans5958 2022-04-29 16:58:44 +07:00
parent c021923668
commit 50585d1686
2 changed files with 2 additions and 2 deletions

View file

@ -24,8 +24,8 @@ def migrate_atlas_format(entry: dict):
"name": "",
"description": "",
"links": {},
"center": {},
"path": {},
"center": {},
"contributors": []
}

View file

@ -252,8 +252,8 @@ function initDraw() {
name: nameField.value,
description: descriptionField.value,
links: {},
center: {},
path: {},
center: {},
};
const pathWithPeriodsTemp = pathWithPeriods.concat()