We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf1b99 commit 1eee8a1Copy full SHA for 1eee8a1
ui/src/components/App.tsx
@@ -65,7 +65,6 @@ export default function App() {
65
if (anchor) {
66
const anchorId = anchor.replace('#', '');
67
const element = document.getElementById(anchorId);
68
- console.log(element)
69
if (element) {
70
element.scrollIntoView();
71
}
0 commit comments