mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Merge pull request #4630 from ajlomagno/fix-click-counter-persisting
Fixed click counter persisting
This commit is contained in:
@@ -137,7 +137,7 @@ export function uiIntroWelcome(context, reveal) {
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
chapter.enter = function() {
|
||||
welcome();
|
||||
};
|
||||
@@ -145,6 +145,9 @@ export function uiIntroWelcome(context, reveal) {
|
||||
|
||||
chapter.exit = function() {
|
||||
listener.off();
|
||||
var tooltip = d3_select('.curtain-tooltip.intro-mouse')
|
||||
.selectAll('.counter')
|
||||
.remove();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user