WIP: lots of messy code for better timelines

This commit is contained in:
Lachlan Kermode
2020-04-03 18:14:15 +02:00
parent 421af5e60c
commit eac3eeaf93
9 changed files with 47 additions and 24 deletions

View File

@@ -12,7 +12,7 @@ export default ({
}) => {
const length = getX(end) - getX(start)
return <rect
onClick={() => alert('TODO: associate all events')}
onClick={() => console.error('TODO: associate all events')}
className='project'
x={getX(start)}
y={dims.trackHeight - offset}