Merge branch 'color-in-hap-value' into inline-punchcard

This commit is contained in:
Felix Roos 2024-03-23 12:07:11 +01:00
commit f83a156317
7 changed files with 1892 additions and 1900 deletions

View file

@ -92,7 +92,7 @@ const miniLocationHighlights = EditorView.decorations.compute([miniLocations, vi
if (haps.has(id)) {
const hap = haps.get(id);
const color = hap.context.color ?? 'var(--foreground)';
const color = hap.value?.color ?? 'var(--foreground)';
// Get explicit channels for color values
/*
const swatch = document.createElement('div');