Skip to content

Commit

Permalink
use correct element
Browse files Browse the repository at this point in the history
  • Loading branch information
ollema committed Dec 6, 2023
1 parent 3b68163 commit 6288619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/bits/toolbar/components/toolbar-separator.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
export let asChild: $$Props["asChild"] = false;
const {
elements: { link }
elements: { separator }
} = getCtx();
const attrs = getAttrs("separator");
$: builder = $link;
$: builder = $separator;
$: Object.assign(builder, attrs);
</script>

Expand Down

0 comments on commit 6288619

Please sign in to comment.