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