Skip to content

Commit

Permalink
Merge pull request #545 from awcodes/fix/issue-with-scrolling-modals
Browse files Browse the repository at this point in the history
Fix: tools not working in scrolling modals
  • Loading branch information
awcodes authored Jan 15, 2025
2 parents 37f31fd + edd3129 commit 9055747
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 @@ -33,7 +33,7 @@
<div
wire:ignore
x-ignore
ax-load="visible"
ax-load
ax-load-src="{{ \Filament\Support\Facades\FilamentAsset::getAlpineComponentSrc('tiptap', 'awcodes/tiptap-editor') }}"
class="relative z-0 tiptap-wrapper rounded-md bg-white dark:bg-gray-900 focus-within:ring focus-within:ring-primary-500 focus-within:z-10"
x-bind:class="{ 'tiptap-fullscreen': fullScreenMode }"
Expand Down

0 comments on commit 9055747

Please sign in to comment.