diff --git a/index.html b/index.html
index dbf018b..097e70f 100644
--- a/index.html
+++ b/index.html
@@ -29,8 +29,8 @@
}
function updateCanvasHeight(){
- let h = document.getElementById('canvasHeightTextbox').value;
-
+ let h = document.getElementById('canavasHeightTextbox').value;
+ resizeCanvas(width, h);
}
function toggleForm(enabled){
@@ -76,7 +76,7 @@