forked from BRNSystems/bosca-ceoil-js
Fix swing parsing
This commit is contained in:
parent
716982f579
commit
5547d67208
@ -494,7 +494,7 @@ class MetaWorkspace extends React.Component<{ activeChannel: number, activePatte
|
||||
value={song.meta.swing}
|
||||
// @ts-ignore
|
||||
onChange={e => {
|
||||
const value = parseInt(e.currentTarget.value);
|
||||
const value = parseFloat(e.currentTarget.value);
|
||||
if (isNaN(value)) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user