Skip to content

Commit

Permalink
remove unused reactive statement (#5044)
Browse files Browse the repository at this point in the history
* fix workspace color picker issue

* removing useless reactive statement
  • Loading branch information
alpetric authored Jan 10, 2025
1 parent 6d934dd commit cc3fabb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
export let open = false
$: workspaceColor
$: if (colorEnabled && !workspaceColor) generateRandomColor()
function generateRandomColor() {
Expand Down

0 comments on commit cc3fabb

Please sign in to comment.