1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Resize canvas to fit window on page load.

This commit is contained in:
Bartosz Taudul
2022-10-18 21:01:46 +02:00
parent b9fee59ac8
commit f6cfbe935d
+1
View File
@@ -159,6 +159,7 @@
};
};
addEventListener('resize', resizeHandler);
resizeHandler();
</script>
<script async type="text/javascript" src="Tracy-release.js"></script>
</body>