Skip to content

Commit

Permalink
Fix: make modal work with Curator
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Apr 6, 2024
1 parent 70a574d commit 68124df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/tiptap-editor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class="relative z-0 tiptap-wrapper rounded-md bg-white dark:bg-gray-900 focus-wi
x-on:update-block.window="updateBlock($event)"
x-on:open-block-settings.window="openBlockSettings($event)"
x-on:delete-block.window="deleteBlock()"
x-on:close-modal.window="destroyEditor($event)"
{{-- x-on:close-modal.window="destroyEditor($event)"--}}
x-trap.noscroll="fullScreenMode"
>
@if (! $isDisabled && ! $isToolbarMenusDisabled() && $tools)
Expand Down

0 comments on commit 68124df

Please sign in to comment.