Skip to content

Commit 88fb60b

Browse files
committed
No click dead zone in column picker #11130
The very small area within the checkbox but outside the label is also clickable
1 parent 5e048cc commit 88fb60b

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@angular/router": "^18.2.3",
2929
"@apollo/client": "~3.10.8",
3030
"@ecodev/fab-speed-dial": "^17.0.0",
31-
"@ecodev/natural": "^62.0.0",
32-
"@ecodev/natural-editor": "^62.0.0",
31+
"@ecodev/natural": "^62.0.1",
32+
"@ecodev/natural-editor": "^62.0.1",
3333
"@ecodev/natural-layout": "^2.0.2",
3434
"@graphql-codegen/cli": "^5.0.2",
3535
"@graphql-codegen/typescript-apollo-angular": "^4.0.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,10 +1639,10 @@
16391639
dependencies:
16401640
tslib "^2.6"
16411641

1642-
"@ecodev/natural-editor@^62.0.0":
1643-
version "62.0.0"
1644-
resolved "https://registry.yarnpkg.com/@ecodev/natural-editor/-/natural-editor-62.0.0.tgz#f6a2f744337f862a14dd37d764db77090c99de43"
1645-
integrity sha512-iJl7Gy+ITz8IL1wD8TgKG9Anl9NX3QVQzTYEEdo84ZCUWtxqnLja/dGnl5aMOfM9TOaVRjXemt6jy0c+IgjrYA==
1642+
"@ecodev/natural-editor@^62.0.1":
1643+
version "62.0.1"
1644+
resolved "https://registry.yarnpkg.com/@ecodev/natural-editor/-/natural-editor-62.0.1.tgz#0915f86ed778041fbcdb27ddd34454490d6481c8"
1645+
integrity sha512-TBPDZzXWX0Gb4W0KZkVXwKj/VnrNYKAqUusPI6aEec3Hqn3q5XGMO1R1CfGVlvnJXvfx7lZZBM34La9nvHY8Rg==
16461646
dependencies:
16471647
prosemirror-commands "^1.5.2"
16481648
prosemirror-dropcursor "^1.8.1"
@@ -1664,10 +1664,10 @@
16641664
resolved "https://registry.yarnpkg.com/@ecodev/natural-layout/-/natural-layout-2.0.2.tgz#e2c64c2ddb3c60793a39236b52624fde323e610a"
16651665
integrity sha512-BV75kFQmpfuSBNQ1jyKu+IdGkFTMESjPrtKrEyc3MqcmVhV5IiYU0LXTaghLZozuZgCT9HfMOnEsh05aS2j9uQ==
16661666

1667-
"@ecodev/natural@^62.0.0":
1668-
version "62.0.0"
1669-
resolved "https://registry.yarnpkg.com/@ecodev/natural/-/natural-62.0.0.tgz#14ed95bb4897b7502da7adb8c388fd61fd607d82"
1670-
integrity sha512-OAO3r+E0esPr/Zf0apnYpJsU1qqojzl3ElF+Qhm0rDXdUukNW3kIHLcyccMfrRN9yqQPrHriNQPShmTauQuFiw==
1667+
"@ecodev/natural@^62.0.1":
1668+
version "62.0.1"
1669+
resolved "https://registry.yarnpkg.com/@ecodev/natural/-/natural-62.0.1.tgz#f95af7fe7791fbb7eeebd9cee310ad8fae634536"
1670+
integrity sha512-w3aqN3V4+NtqNzy5gTyZ/g2t21xot1vyfTYgUDDQT1BvGI/p0xNHMM2Q0mwzlA1HmNMuxMtAM5hmd0tRev12rg==
16711671
dependencies:
16721672
crypto-es "^2.0.3"
16731673
extract-files "^13.0.0"

0 commit comments

Comments
 (0)