# HG changeset patch # User Markus Kottlaender # Date 1542112326 -3600 # Node ID 9bef99a4a15ffd28b4eb943cc71233cb717452f7 # Parent a297793e5868b335dc4214a4f97cb28b293df8de linting diff -r a297793e5868 -r 9bef99a4a15f client/src/drawtool/Drawtool.vue --- a/client/src/drawtool/Drawtool.vue Tue Nov 13 13:30:03 2018 +0100 +++ b/client/src/drawtool/Drawtool.vue Tue Nov 13 13:32:06 2018 +0100 @@ -73,7 +73,6 @@ "map/drawMode", this.drawMode !== "LineString" ? "LineString" : null ); - console.log(this.drawMode); this.$store.commit("map/cutMode", null); if (this.drawMode) this.enableDrawTool(); }, @@ -241,7 +240,7 @@ } }, mounted() { - window.addEventListener('keydown', (e) => { + window.addEventListener("keydown", e => { // Escape if (e.keyCode === 27) { this.$store.commit("map/drawMode", null); diff -r a297793e5868 -r 9bef99a4a15f client/src/imports/Importqueue.vue --- a/client/src/imports/Importqueue.vue Tue Nov 13 13:30:03 2018 +0100 +++ b/client/src/imports/Importqueue.vue Tue Nov 13 13:32:06 2018 +0100 @@ -43,4 +43,3 @@ margin-right: auto; } - diff -r a297793e5868 -r 9bef99a4a15f client/src/map/Maplayer.vue --- a/client/src/map/Maplayer.vue Tue Nov 13 13:30:03 2018 +0100 +++ b/client/src/map/Maplayer.vue Tue Nov 13 13:32:06 2018 +0100 @@ -58,7 +58,7 @@ }, computed: { ...mapGetters("map", ["getLayerByName"]), - ...mapState("map", ["layers", "openLayersMap", "drawMode"]), + ...mapState("map", ["layers", "openLayersMap"]), ...mapState("bottlenecks", ["selectedSurvey"]), mapStyle() { return {