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 1580243 commit 060387dCopy full SHA for 060387d
src/PDFPage.svelte
@@ -8,8 +8,6 @@
8
let clientWidth;
9
let mounted;
10
$: if (mounted) {
11
- console.log("Container size changed:", clientWidth);
12
- console.log("Canvas size:", canvas.clientWidth);
13
dispatch("measure", {
14
scale: canvas.clientWidth / width
15
});
@@ -25,7 +23,6 @@
25
23
viewport: viewport
26
24
}).promise;
27
mounted = true;
28
- console.log("First measure canvas size:", canvas.clientWidth);
29
30
31
0 commit comments