fix walkthrough from not correctly registering deleted ways

fixes #10776, this was a regression in 7559dea
This commit is contained in:
Martin Raifer
2025-02-16 11:35:57 +01:00
parent be8dd830d8
commit 9b7b0cde9e
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -63,6 +63,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
* Add `housename` to address format in Bolivia ([#10727])
#### :hourglass: Performance
#### :mortar_board: Walkthrough / Help
* Fix walkthrough from not correctly registering deleted ways in "Lines" step ([#10776])
#### :rocket: Presets
#### :hammer: Development
@@ -81,6 +82,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
[#10763]: https://github.com/openstreetmap/iD/pull/10763
[#10764]: https://github.com/openstreetmap/iD/issues/10764
[#10766]: https://github.com/openstreetmap/iD/pull/10766
[#10776]: https://github.com/openstreetmap/iD/issues/10776
[@hlfan]: https://github.com/hlfan
[@Deeptanshu-sankhwar]: https://github.com/Deeptanshu-sankhwar
[@draunger]: https://github.com/draunger
-3
View File
@@ -1000,9 +1000,6 @@ export function uiIntroLine(context, reveal) {
);
context.map().on('move.intro drawn.intro', function() {
if (selectMenuItem(context, 'delete').empty()) {
return continueTo(multiRightClick);
}
reveal('.edit-menu',
helpHtml('intro.lines.multi_delete'),
{ duration: 0, padding: 50 }