mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Resize canvas to fit window on page load.
This commit is contained in:
parent
b9fee59ac8
commit
f6cfbe935d
@ -159,6 +159,7 @@
|
||||
};
|
||||
};
|
||||
addEventListener('resize', resizeHandler);
|
||||
resizeHandler();
|
||||
</script>
|
||||
<script async type="text/javascript" src="Tracy-release.js"></script>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user