Skip to content

Commit

Permalink
debug bar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swift502 committed Mar 3, 2024
1 parent 1cbb5fb commit f4b9fb3
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 79 deletions.
156 changes: 78 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@fontsource/solway": "^5.0.8",
"@fontsource/sono": "^5.0.18",
"@rollup/plugin-yaml": "^4.1.2",
"astro": "^4.4.3",
"astro": "^4.4.9",
"highlight.js": "^11.9.0",
"image-size": "^1.1.1",
"marked": "^12.0.0",
Expand Down
2 changes: 2 additions & 0 deletions src/scripts/homepage-model-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ document.addEventListener('keypress', (event) =>
if (debugCode[level] == event.code) level++;
if (level == debugCode.length)
{
level++;

let wrapper = document.createElement('div');
wrapper.id = 'model-debug-wrapper';
document.querySelector('.footer').appendChild(wrapper);
Expand Down

0 comments on commit f4b9fb3

Please sign in to comment.