diff options
author | Giteabot <teabot@gitea.io> | 2023-12-25 15:02:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-25 07:02:09 +0000 |
commit | 8a46a6417e7ff181e876e19f8e73d804316e9c1b (patch) | |
tree | d0782c3afa6b268fcb0714f74732a8fcf6648aeb /package-lock.json | |
parent | 5b104a55331a5774140a7d35ab363a59a8aec9c8 (diff) | |
download | gitea-8a46a6417e7ff181e876e19f8e73d804316e9c1b.tar.gz gitea-8a46a6417e7ff181e876e19f8e73d804316e9c1b.zip |
Fix the scroll behavior for emoji/mention list (#28597) (#28601)
Backport #28597 by wxiaoguang
Fix #28595 by https://github.com/github/combobox-nav/pull/79 (combobox-nav v2.3.1)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 2c6e9a973c..2d3d5be3ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1000,9 +1000,9 @@ } }, "node_modules/@github/combobox-nav": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@github/combobox-nav/-/combobox-nav-2.3.0.tgz", - "integrity": "sha512-5CX03DbsLZ41dX5hKHyQKtg133U6lruX4TD9G0Zs4W8BpWy7lN8DJ6TYaeZN/V7x8K34coaqNYk/Y5ic7stfkg==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@github/combobox-nav/-/combobox-nav-2.3.1.tgz", + "integrity": "sha512-gwxPzLw8XKecy1nP63i9lOBritS3bWmxl02UX6G0TwMQZbMem1BCS1tEZgYd3mkrkiDrUMWaX+DbFCuDFo3K+A==" }, "node_modules/@github/markdown-toolbar-element": { "version": "2.2.1", |