mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-11 04:14:57 +02:00
fix walkthrough from not correctly registering deleted ways
fixes #10776, this was a regression in 7559dea
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user