Skip to content

Commit b743062

Browse files
committed
Fix not being able to open command palette in suggest box
1 parent 57faebd commit b743062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/view/common/SuggestBox/SuggestBox.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ export const SuggestBox = <
243243
context={context}
244244
initialFocus={-1}
245245
visuallyHiddenDismiss
246+
returnFocus={false}
246247
>
247248
<ListContainer
248249
{...getFloatingProps({

0 commit comments

Comments
 (0)