Skip to content

Commit

Permalink
Merge pull request #415 from awcodes/fix/bubble-menu-clicks
Browse files Browse the repository at this point in the history
Fix: bubble menu tool clicks
  • Loading branch information
awcodes committed Jun 17, 2024
2 parents f95d25a + 9926b5c commit c749ed6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<div
class="flex gap-1 items-center"
x-show="editor().isFocused && editor().isActive('paragraph', updatedAt)"
x-show="editor().isActive('paragraph', updatedAt)"
style="display: none;"
>
@forelse ($tools as $tool)
Expand Down

0 comments on commit c749ed6

Please sign in to comment.