Skip to content

Commit

Permalink
can't copy if merging, dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
deanveloper committed Jan 9, 2023
1 parent d711104 commit ffe0032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function parseWeightsArray(weightsArray: number[] | undefined): Weights {
return {
type: "multi",
weights: nonzeroWeights,
canCopyAudio: true,
canCopyAudio: false,
};
} else {
return {
Expand Down

0 comments on commit ffe0032

Please sign in to comment.