Added note text only mode

This commit is contained in:
Mitchell McCaffrey
2021-01-25 10:03:20 +11:00
parent 55b9be4e2d
commit feb803ebef
5 changed files with 63 additions and 12 deletions

View File

@@ -57,6 +57,7 @@ function MapNotes({
visible: true,
locked: false,
color: "yellow",
textOnly: false,
});
setIsBrushDown(true);
}