mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
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(() => {
|
React.useEffect(() => {
|
||||||
function handleKeyDown(event) {
|
function handleKeyDown(event) {
|
||||||
const { ctrlKey, metaKey, keyCode } = event;
|
const { ctrlKey, metaKey, keyCode } = event;
|
||||||
|
|
||||||
if (!inputRef.current) {
|
if (!inputRef.current) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue