Skip to content

Commit 642a745

Browse files
committed
Alert about large number of changes with the editor
1 parent f500907 commit 642a745

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web/src/pages/map/index.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,12 @@ That may not be your case, but note that Osmose-QA is not intended to be used fo
277277
- https://wiki.openstreetmap.org/wiki/What%27s_the_problem_with_mechanical_edits%3F`))
278278
}
279279
},
280+
281+
editionStack(): void {
282+
if (this.editionStack.length == 1) {
283+
alert(this.$t(`You have made a large number changes with the tags editor. Think about saving your changes. You can save multiple times while keeping the same changeset.`))
284+
}
285+
},
280286
},
281287
282288
methods: {

0 commit comments

Comments
 (0)