Skip to content

Commit

Permalink
Alert about large number of changes with the editor
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jun 1, 2024
1 parent f500907 commit 642a745
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/src/pages/map/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,12 @@ That may not be your case, but note that Osmose-QA is not intended to be used fo
- https://wiki.openstreetmap.org/wiki/What%27s_the_problem_with_mechanical_edits%3F`))
}
},
editionStack(): void {
if (this.editionStack.length == 1) {
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.`))
}
},
},
methods: {
Expand Down

0 comments on commit 642a745

Please sign in to comment.