git.s-ol.nu isomorphic-kb-explorer / e77d1b2
fix clicking keys s-ol 1 year, 9 days ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
373373 <Keyboard
374374 w={w}
375375 h={h}
376 noteon={this.noteon}
377 noteoff={this.noteoff}
376 noteon={this.noteon.bind(this)}
377 noteoff={this.noteoff.bind(this)}
378378 showMidi={showMidi}
379379 layout={layouts[layout]}
380380 scale={scale !== "none" && offset !== null && tallyup(scales[scale], offset)}