Fix variable name from step to clip in input value assignment
This commit is contained in:
@@ -276,7 +276,7 @@ export function ProjectSequencesPanel({
|
|||||||
<input
|
<input
|
||||||
className="text-input"
|
className="text-input"
|
||||||
type="text"
|
type="text"
|
||||||
value={step.stepClass === "held" ? "Held" : "Impulse"}
|
value={clip.stepClass === "held" ? "Held" : "Impulse"}
|
||||||
readOnly
|
readOnly
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user