Skip to content

Commit

Permalink
send map click on double click ...
Browse files Browse the repository at this point in the history
... to put keyboard cursor on name for invalid alter
  • Loading branch information
alex-rind committed Nov 11, 2022
1 parent 25a36d7 commit 348dec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NetworkMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ export default defineComponent({
} else {
store.commit("addAlter", posPol);
}
emit("map-click", posPol);
}
});
Expand Down

0 comments on commit 348dec6

Please sign in to comment.