Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianvasquez committed Dec 27, 2024
1 parent 45d8fa2 commit 42f6748
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
.image-container img {
max-width: 100%;
height: auto;
http: / /
localhost: 5173/
}

.loading {
Expand Down Expand Up @@ -76,7 +74,7 @@ <h1>Display a Supernote File</h1>
}
}

const hardwareConcurrency = navigator.hardwareConcurrency || 3 // Default to 1 if not available
const hardwareConcurrency = navigator.hardwareConcurrency || 3 // Default to 3 if not available
const MAX_WORKERS = Math.min(hardwareConcurrency, 8)

document.getElementById('noteInput').addEventListener('change', async (event) => {
Expand Down

0 comments on commit 42f6748

Please sign in to comment.