diff --git a/src/components/konva/Note.tsx b/src/components/konva/Note.tsx index 8aa473b..d23972c 100644 --- a/src/components/konva/Note.tsx +++ b/src/components/konva/Note.tsx @@ -191,6 +191,8 @@ function Note({ return null; } + const noteName = `note${note.locked ? "-locked" : ""}`; + return ( {!note.textOnly && (