mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Fixed click counter persisting
This commit is contained in:
@@ -221,6 +221,9 @@ export function uiCurtain() {
|
||||
}
|
||||
|
||||
curtain.cut(box, options.duration);
|
||||
|
||||
//remove any leftover .counter elements
|
||||
tooltip.selectAll('.counter').remove();
|
||||
|
||||
return tooltip;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user