Skip to content

Commit

Permalink
Fix #323
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Apr 29, 2022
1 parent ab5a66d commit 764b5a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

- Permettre la saisie sous la tooltip sur les outils de mesures
- Correctif du style des elements en cours d'édition lors de l'export / enregistrement des croquis sur l'outil de dessin
- Desactivation des interactions à la fermeture de l'outil de dessin [#323](https://github.com/IGNF/geoportal-extensions/issues/323)

* [Security]

Expand Down
2 changes: 2 additions & 0 deletions src/OpenLayers/Controls/Utils/Interactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ var Interactions = {
}
}
}
} else {
interactions[i].setActive(false);
}
}
}
Expand Down

0 comments on commit 764b5a6

Please sign in to comment.