From ccadce69ed443a859bb084cfadd4c4625fa26740 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 11 Jun 2023 18:39:09 -0700 Subject: [PATCH] Update conditional to allow for `titleText` slot --- src/ComboBox/ComboBox.svelte | 2 +- src/MultiSelect/MultiSelect.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ComboBox/ComboBox.svelte b/src/ComboBox/ComboBox.svelte index f7f7689e..16008edc 100644 --- a/src/ComboBox/ComboBox.svelte +++ b/src/ComboBox/ComboBox.svelte @@ -218,7 +218,7 @@ />
- {#if titleText} + {#if titleText || $$slots.titleText}