Skip to content

Commit

Permalink
Merge pull request #360 from awcodes/fix/make-work-with-curator
Browse files Browse the repository at this point in the history
Fix: make modal work with Curator
  • Loading branch information
awcodes authored Apr 6, 2024
2 parents 70a574d + 68124df commit 1b4c9f7
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 1b4c9f7

Please sign in to comment.