This commit is contained in:
Lachlan Kermode
2020-07-15 10:13:45 +02:00
parent d6e39ee2b1
commit d1990b62af

View File

@@ -12,8 +12,8 @@ export default ({ showing, onClickHandler, timelineDims }) => {
return <div className='stateoptions-panel' style={{ bottom: timelineDims.height }}>
<div>
<div className='button' onClick={onNarrativise}>Narrativise</div>
{/* <label for='withlines'>Connect by lines</label> */}
{/* <input name='withlines' onClick={handleCheck} checked={checked} type='checkbox' /> */}
<label for='withlines'>Connect by lines</label>
<input name='withlines' onClick={handleCheck} checked={checked} type='checkbox' />
</div>
</div>
}