Skip to content

Commit 87b8413

Browse files
Apply suggestion from @koesie10
Co-authored-by: Koen Vlaswinkel <[email protected]>
1 parent 320df4d commit 87b8413

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ export const SuggestBox = <
200200
}, [disabled]);
201201

202202
return (
203-
// Disabled because the div is used to stop click propagation, it's not a button
204203

205204
<div onClick={stopClickPropagation}>
206205
{renderInputComponent(

0 commit comments

Comments
 (0)