Renamed pan to move and updated docs for 1.8.0

This commit is contained in:
Mitchell McCaffrey
2021-02-22 15:32:35 +11:00
parent 525398d2ec
commit ef91e65104
25 changed files with 176 additions and 69 deletions

View File

@@ -115,7 +115,7 @@ function MapTokens({
})
}
draggable={
selectedToolId === "pan" &&
selectedToolId === "move" &&
!(tokenState.id in disabledTokens) &&
!tokenState.locked
}