Skip to content

Commit

Permalink
fix: remove selecztion when draw control is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Sep 24, 2024
1 parent 146727e commit 445a70c
Show file tree
Hide file tree
Showing 7 changed files with 135 additions and 150 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn commitlint --edit $1
3 changes: 0 additions & 3 deletions .husky/post-checkout
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn install --frozen-lockfile
3 changes: 0 additions & 3 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn install --frozen-lockfile
3 changes: 0 additions & 3 deletions .husky/post-rebase
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn install --frozen-lockfile
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

if git grep -n -E \"5cc87b12d7c5370001c1d656\(5\)\";
then
echo \"Remove private geOps API keys !!!!\";
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"cypress": "13.14.2",
"esbuild": "0.23.1",
"esbuild": "0.24.0",
"eslint": "8",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -30,7 +30,7 @@
"jsts": "2.11.3",
"lint-staged": "15.2.10",
"lodash.throttle": "4.1.1",
"ol": "^10.1.0",
"ol": "^10.2.0",
"prettier": "3.3.3",
"shx": "0.3.4",
"standard-version": "9.5.0",
Expand Down
266 changes: 133 additions & 133 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 445a70c

Please sign in to comment.