Added first pass for most how to's

This commit is contained in:
Mitchell McCaffrey
2020-06-30 19:19:33 +10:00
parent 77a8b578a2
commit 5b04bdac51
13 changed files with 197 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ function MapContols({
disabledControls,
disabledSettings,
}) {
const [isExpanded, setIsExpanded] = useState(false);
const [isExpanded, setIsExpanded] = useState(true);
const toolsById = {
pan: {