remove unused reactive statement (#5044)

* fix workspace color picker issue

* removing useless reactive statement
This commit is contained in:
Alexander Petric
2025-01-10 10:50:00 -05:00
committed by GitHub
parent 3a7df4f256
commit 8f39a8f9b2
@@ -12,7 +12,6 @@
export let open = false
$: workspaceColor
$: if (colorEnabled && !workspaceColor) generateRandomColor()
function generateRandomColor() {