1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Merge pull request #8358 from Budibase/bug/sev2/color-picker-screen-panel

Don't apply color picker transition to the screen panel
This commit is contained in:
Martin McKeaveney 2022-10-24 10:42:21 +01:00 committed by GitHub
commit e218fbab86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@
{#if open}
<div
use:clickOutside={() => (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}
>