Skip to content

Commit

Permalink
Ajoute une tooltip pour l'icône de sélection
Browse files Browse the repository at this point in the history
Issue: #200425

Change-Id: I378c61f6c223d39ab7847e5d4f8d631f4dce4e46
  • Loading branch information
Emilie Genton committed Dec 21, 2023
1 parent c2e2227 commit 9a39e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client-ng/src/components/OlMap/ToolBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export default {
type: "button",
name: "selectionPoint",
iconPath: "/remocra/static/img/selection_point.png",
title: "Sélectionner",
onClick: () => {
this.toggleButton("selectionPoint");
},
Expand Down

0 comments on commit 9a39e74

Please sign in to comment.