Minor tweaks to default values

This commit is contained in:
Ryan Gossiaux
2021-12-14 12:04:23 -08:00
parent 543a6dba3d
commit 9d7f56cdcd
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
import { portal } from "$lib/hooks/use-portal";
let forceInRoot = usePortalRoot();
let groupTarget = usePortalGroupContext();
$: target = (() => {
let target = (() => {
// Group context is used, but still null
if (
!(forceInRoot && $forceInRoot) &&