Skip to content

Commit

Permalink
Update BubbleMenu.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Jul 11, 2024
1 parent e72b1d1 commit e110604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Components/Editor/BubbleMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const setLink = () => {
</script>

<template>
<div class="w-full bg-red-50">
<div class="w-full">
<BubbleMenu v-if="editor" :editor="editor">
<div class="isolate inline-flex rounded-md shadow-sm">
<BubbleButton
Expand Down

0 comments on commit e110604

Please sign in to comment.