diff --git a/src/components/note/Note.js b/src/components/note/Note.js index 43f8c80..95cf485 100644 --- a/src/components/note/Note.js +++ b/src/components/note/Note.js @@ -26,7 +26,7 @@ function Note({ ); const noteWidth = map && (mapWidth / map.grid.size.x) * note.size; - const noteHeight = map && (mapHeight / map.grid.size.y) * note.size; + const noteHeight = noteWidth; const notePadding = noteWidth / 10; function handleDragStart(event) {