mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-01 03:04:56 +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 = ""
|
else periodGroupEl.dataset.status = ""
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Object.keys(conflicts).length === 0) drawing = true
|
||||||
|
else drawing = false
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function getConflicts() {
|
function getConflicts() {
|
||||||
|
|
Loading…
Reference in a new issue