mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 15:19:56 +01:00
feat(quick_edit): seamless transition between color changes
This commit is contained in:
@@ -38,7 +38,7 @@ function createClassForColor(colorString: string | null) {
|
||||
registeredClasses.add(className);
|
||||
}
|
||||
|
||||
return className;
|
||||
return `color ${className}`;
|
||||
}
|
||||
|
||||
function parseColor(color: string) {
|
||||
|
||||
Reference in New Issue
Block a user