Add ticks to redux state

This commit is contained in:
Lachlan Kermode
2022-03-06 21:20:03 -05:00
parent cb69b40ae2
commit a84fd55e62
5 changed files with 39 additions and 5 deletions

View File

@@ -75,6 +75,7 @@ const initial = {
},
timeline: {
dimensions: {
ticks: 15,
height: isSmallLaptop ? 170 : 250,
width: 0,
marginLeft: 70,