Merge branch 'color-in-hap-value' into inline-punchcard
This commit is contained in:
commit
f83a156317
7 changed files with 1892 additions and 1900 deletions
|
|
@ -194,7 +194,7 @@ export function pianoroll({
|
|||
if (hideInactive && !isActive) {
|
||||
return;
|
||||
}
|
||||
let color = event.value?.color || event.context?.color;
|
||||
let color = event.value?.color;
|
||||
active = color || active;
|
||||
inactive = colorizeInactive ? color || inactive : inactive;
|
||||
color = isActive ? active : inactive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue