From 6f148d31345d86d33e8bca6d82df8635f3a076a4 Mon Sep 17 00:00:00 2001 From: Mel O'Hagan Date: Fri, 21 Oct 2022 16:47:59 +0100 Subject: [PATCH] Apply transition locally to color picker --- packages/bbui/src/ColorPicker/ColorPicker.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bbui/src/ColorPicker/ColorPicker.svelte b/packages/bbui/src/ColorPicker/ColorPicker.svelte index 52a877415b..f972a360de 100644 --- a/packages/bbui/src/ColorPicker/ColorPicker.svelte +++ b/packages/bbui/src/ColorPicker/ColorPicker.svelte @@ -132,7 +132,7 @@ {#if open}
(open = false)} - transition:fly={{ y: -20, duration: 200 }} + transition:fly|local={{ y: -20, duration: 200 }} class="spectrum-Popover spectrum-Popover--bottom spectrum-Picker-popover is-open" class:spectrum-Popover--align-right={alignRight} >