Skip to content

Commit

Permalink
Fix default property
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisSpomer committed Dec 21, 2024
1 parent 4701fb3 commit 225bdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/PopupFrame.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
/** Determines the visual style of the frame. */
export let style: "HoverLink" | undefined
export let style: "HoverLink" | undefined = undefined
/** If true, the frame will appear using styling appropriate for a persistent inline UI that only looks like a popup. */
export let inline: boolean = false
</script>
Expand Down

0 comments on commit 225bdfb

Please sign in to comment.