forked from MapComplete/MapComplete
chore: refactoring, linting, removing obsolete files
This commit is contained in:
parent
b7a4930583
commit
2bc2a6cddf
54 changed files with 125 additions and 457 deletions
|
@ -382,7 +382,7 @@ export default class ReplaceGeometryAction extends OsmChangeAction implements Pr
|
|||
>()
|
||||
{
|
||||
// Lets check the unused ids: can they be detached or do they signify some relation with the object?
|
||||
unusedIds.forEach(({}, id) => {
|
||||
unusedIds.forEach((_, id) => {
|
||||
const info = nodeInfo.get(id)
|
||||
if (!(info.hasTags || info.partOfWay)) {
|
||||
// Nothing special here, we detach
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue