mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 03:59:05 +01:00
client: refactor
This commit is contained in:
parent
21581c78f9
commit
f079c7aad2
@ -48,7 +48,7 @@ function parseColor(color: string) {
|
|||||||
// Parse the given color in the CIELAB color space
|
// Parse the given color in the CIELAB color space
|
||||||
return Color(color);
|
return Color(color);
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
console.error(`Failed to parse color: "${color}"`, ex);
|
console.error(ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user