feat(quick_edit): seamless transition between color changes

This commit is contained in:
Elian Doran
2025-11-29 17:19:37 +02:00
parent 81a9e06b23
commit 453349be26
4 changed files with 5 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ function createClassForColor(colorString: string | null) {
registeredClasses.add(className);
}
return className;
return `color ${className}`;
}
function parseColor(color: string) {