Moved notes to be above drawings

This commit is contained in:
Mitchell McCaffrey
2021-01-28 16:26:28 +11:00
parent 2108d32501
commit ff8d7c1547
4 changed files with 21 additions and 4 deletions

View File

@@ -411,6 +411,7 @@ function Map({
onNoteDragEnd={() =>
setNoteDraggingOptions({ ...noteDraggingOptions, dragging: false })
}
fadeOnHover={selectedToolId === "drawing"}
/>
);
@@ -455,8 +456,8 @@ function Map({
disabledControls={disabledControls}
>
{mapGrid}
{mapNotes}
{mapDrawing}
{mapNotes}
{mapTokens}
{mapFog}
{mapPointer}