Skip to content

Commit 7901fcf

Browse files
Prevent autocomplete from closing on blur
1 parent 766310c commit 7901fcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/editor/codemirror/language-server/autocompletion.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export const autocompletion = (
137137
};
138138
},
139139
],
140+
closeOnBlur: false,
140141
});
141142

142143
const createDocumentationResolver =

0 commit comments

Comments
 (0)