Update view.jsx
This commit is contained in:
parent
7f4c22f130
commit
ce7be7229b
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ export default function WunderBarSuggestions(props: Props) {
|
|||
React.useEffect(() => {
|
||||
function handleKeyDown(event) {
|
||||
const { ctrlKey, metaKey, keyCode } = event;
|
||||
|
||||
|
||||
if (!inputRef.current) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue