Minor tweaks to default values
This commit is contained in:
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user