We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acba2e0 commit 7693f35Copy full SHA for 7693f35
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.18.5 (2025-02-11)
2
+
3
+### Bug fixes
4
5
+Fix an issue where clicking on the scrollbar for the completion list could move focus out of the editor.
6
7
## 6.18.4 (2024-12-17)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/autocomplete",
- "version": "6.18.4",
+ "version": "6.18.5",
"description": "Autocompletion for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments