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 0fa264c commit 81fb74eCopy full SHA for 81fb74e
src/dataStructureVis/index.jsx
@@ -118,9 +118,7 @@ export default function DataStrutureVis() {
118
height: window.innerHeight,
119
});
120
};
121
- console.log("lang", lang);
122
useEffect(() => {
123
124
window.addEventListener("resize", onResize);
125
document.onfullscreenchange = (e) => {
126
const fullscreenElement = document.fullscreenElement;
0 commit comments