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 6d934ddb43
commit cc3fabbb0e
@@ -12,7 +12,6 @@
export let open = false
$: workspaceColor
$: if (colorEnabled && !workspaceColor) generateRandomColor()
function generateRandomColor() {