Skip to content

Commit

Permalink
Merge branch 'main' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ArakTaiRoth authored Aug 1, 2023
2 parents 1da11bb + 4a13256 commit 02c03ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion libs/web-components/playground/src/pg-dropdown.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<svelte:options tag="pg-dropdown" />

<script lang="ts">
let open: boolean = true;
let value: string = "blue"
let native: boolean = false;
Expand Down
1 change: 1 addition & 0 deletions libs/web-components/src/components/popover/Popover.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
$: _open = toBoolean(open);
$: _disabled = toBoolean(disabled);
$: _relative = toBoolean(relative);
$: (async () => _open && await setPopoverPosition())()
$: {
if (_open) {
Expand Down

0 comments on commit 02c03ee

Please sign in to comment.