selecting dial now selects corresponding motor in curve editor
parent
218e412ed2
commit
a47a5e6dae
|
|
@ -283,7 +283,8 @@ window.onload = () => {
|
||||||
|
|
||||||
document.querySelectorAll('.dial').forEach(d => d.classList.remove('selected'));
|
document.querySelectorAll('.dial').forEach(d => d.classList.remove('selected'));
|
||||||
el.classList.add('selected');
|
el.classList.add('selected');
|
||||||
|
console.log(dials[selectedDial].motorID);
|
||||||
|
curveEditor.setSelectedMotor(dials[selectedDial].motorID);
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue