diff --git a/src/components/note/Note.js b/src/components/note/Note.js index d743dfa..43f8c80 100644 --- a/src/components/note/Note.js +++ b/src/components/note/Note.js @@ -120,7 +120,7 @@ function Note({ } findFontSize(); - }, [note, noteWidth, noteHeight, notePadding]); + }, [note, note.text, noteWidth, noteHeight, notePadding]); const textRef = useRef();