Skip to content

Commit

Permalink
fix warn
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Feb 20, 2025
1 parent bb9c97f commit 784862a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified examples/server/public/index.html.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/server/webui/src/utils/llama-vscode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const useVSCodeContext = (

window.addEventListener('message', handleMessage);
return () => window.removeEventListener('message', handleMessage);
}, []);
}, [inputRef, setInputMsg]);

// Add a keydown listener that sends the "escapePressed" message to the parent window
useEffect(() => {
Expand Down

0 comments on commit 784862a

Please sign in to comment.