Update view.jsx

This commit is contained in:
ddifiore 2021-08-31 13:11:25 -04:00 committed by jessopb
parent 7f4c22f130
commit ce7be7229b

View file

@ -228,7 +228,7 @@ export default function WunderBarSuggestions(props: Props) {
React.useEffect(() => {
function handleKeyDown(event) {
const { ctrlKey, metaKey, keyCode } = event;
if (!inputRef.current) {
return;
}