diff --git a/src/interface/components/ColourPicker.svelte b/src/interface/components/ColourPicker.svelte index 5d0b035b..551497a0 100644 --- a/src/interface/components/ColourPicker.svelte +++ b/src/interface/components/ColourPicker.svelte @@ -3,6 +3,7 @@ import type { Component } from 'svelte' import { animate } from 'motion'; import { delay } from '@/seqta/utils/delay.ts' + import { settingsState } from '@/seqta/utils/listeners/SettingsState.ts' const { hidePicker, standalone = false, savePresets = true, customOnChange = null, customState = null } = $props<{ hidePicker?: () => void, @@ -95,7 +96,7 @@ {#if standalone} -
+
{#if pickerReady && ReactAdapter && ColourPickerEl} {/if} @@ -104,7 +105,7 @@
{ if (e.key === 'Enter') handleBackgroundClick(e as unknown as MouseEvent) }} >