Add basic selection movement

This commit is contained in:
Mitchell McCaffrey
2021-07-21 18:56:18 +10:00
parent 20f48f173e
commit 4cee11d5ea
9 changed files with 311 additions and 60 deletions

View File

@@ -146,7 +146,7 @@ function NoteTool({
});
return (
<Group>
<Group id="notes">
{notes.map((note) => (
<Note
note={note}