mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-29 08:34:42 +01:00
Avoid drawing when conflicts existed
Curse you regression!
This commit is contained in:
parent
e1e9539371
commit
dcc09809e6
1 changed files with 4 additions and 0 deletions
|
@ -1052,6 +1052,10 @@ function updateErrors() {
|
|||
else periodGroupEl.dataset.status = ""
|
||||
})
|
||||
}
|
||||
|
||||
if (Object.keys(conflicts).length === 0) drawing = true
|
||||
else drawing = false
|
||||
|
||||
}
|
||||
|
||||
function getConflicts() {
|
||||
|
|
Loading…
Reference in a new issue